#9CC267

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

Shades of Olivine #9CC267

Tints of Olivine #9CC267

Color information

#9CC267 (or 0x9CC267) is unknown color: approx Olivine. HEX triplet: 9C, C2 and 67. RGB value is (156,194,103). Sum of RGB (Red+Green+Blue) = 156+194+103=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC267 is #633D98. Grayscale: #ACACAC. Windows color (decimal): -6503833 or 6800028. OLE color: 6800028.

HSL color Cylindrical-coordinate representation of color #9CC267: hue angle of 85.05º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CC267 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB156194103-
CMYK0.2000.470.24
HSL85.05º42.72%58.24%-
HSV(B)85.05º46.91%76.08%-
XYZ35.4546.6319.96-
YUV172.2688.91116.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=34.44%
G=42.83%
B=22.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561941030.2000.470.2485.0542.7258.24
Hex9CC2671402F18552b3a
Octal23430214724057301255372
Binary10011100110000101100111101000101111110001010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,103); }

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

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

 a { background-color: rgb(156,194,103); }

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

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

 span { border-color: rgb(156,194,103); }

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