#9CCB6F

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

Shades of Olivine #9CCB6F

Tints of Olivine #9CCB6F

Color information

#9CCB6F (or 0x9CCB6F) is unknown color: approx Olivine. HEX triplet: 9C, CB and 6F. RGB value is (156,203,111). Sum of RGB (Red+Green+Blue) = 156+203+111=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB6F is #633490. Grayscale: #B2B2B2. Windows color (decimal): -6501521 or 7326620. OLE color: 7326620.

HSL color Cylindrical-coordinate representation of color #9CCB6F: hue angle of 90.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CCB6F is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB156203111-
CMYK0.2300.450.20
HSL90.65º46.94%61.57%-
HSV(B)90.65º45.32%79.61%-
XYZ37.9450.9322.87-
YUV178.4689.93111.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=33.19%
G=43.19%
B=23.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031110.2300.450.2090.6546.9461.57
Hex9CCB6F1702D145b2f3e
Octal23431315727055241335776
Binary10011100110010111101111101110101101101001011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,111); }

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

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

 a { background-color: rgb(156,203,111); }

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

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

 span { border-color: rgb(156,203,111); }

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