#9BCA59

Color #9BCA59 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9BCA59

Tints of Conifer #9BCA59

Color information

#9BCA59 (or 0x9BCA59) is unknown color: approx Conifer. HEX triplet: 9B, CA and 59. RGB value is (155,202,89). Sum of RGB (Red+Green+Blue) = 155+202+89=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA59 is #6435A6. Grayscale: #AFAFAF. Windows color (decimal): -6567335 or 5884571. OLE color: 5884571.

HSL color Cylindrical-coordinate representation of color #9BCA59: hue angle of 84.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BCA59 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB15520289-
CMYK0.2300.560.21
HSL84.96º51.6%57.06%-
HSV(B)84.96º55.94%79.22%-
XYZ36.4449.9317.17-
YUV175.0679.43113.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=34.75%
G=45.29%
B=19.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202890.2300.560.2184.9651.657.06
Hex9BCA591703815553439
Octal23331213127070251256471
Binary10011011110010101011001101110111000101011010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCA59; }

 p { color: rgb(155,202,89); }

 H1.HeaderClassName
 {
   color: #9BCA59;
 }
 .AnyTagClassName
 {
   color: #9BCA59;
 }
</style>
background-color css

<style>
 a { background-color: #9BCA59; }

 a { background-color: rgb(155,202,89); }

 div.DivClassName
 {
   background-color: #9BCA59;
 }
 .BgClassName
 {
   background-color: #9BCA59;
 }
</style>
border-color css

<style>
 span { border-color: #9BCA59; }

 span { border-color: rgb(155,202,89); }

 td.TdClassName
 {
   border-color: #9BCA59;
 }
 .TagClassName
 {
   border-color: #9BCA59;
 }
</style>