#9BCC5A

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

Shades of Conifer #9BCC5A

Tints of Conifer #9BCC5A

Color information

#9BCC5A (or 0x9BCC5A) is unknown color: approx Conifer. HEX triplet: 9B, CC and 5A. RGB value is (155,204,90). Sum of RGB (Red+Green+Blue) = 155+204+90=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC5A is #6433A5. Grayscale: #B0B0B0. Windows color (decimal): -6566822 or 5950619. OLE color: 5950619.

HSL color Cylindrical-coordinate representation of color #9BCC5A: hue angle of 85.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BCC5A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB15520490-
CMYK0.2400.560.2
HSL85.79º52.78%57.65%-
HSV(B)85.79º55.88%80%-
XYZ36.9650.8917.55-
YUV176.3579.27112.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=34.52%
G=45.43%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155204900.2400.560.285.7952.7857.65
Hex9BCC5A180381456353a
Octal23331413230070241266572
Binary10011011110011001011010110000111000101001010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,90); }

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

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

 a { background-color: rgb(155,204,90); }

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

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

 span { border-color: rgb(155,204,90); }

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