#9CC165

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

Shades of Olivine #9CC165

Tints of Olivine #9CC165

Color information

#9CC165 (or 0x9CC165) is unknown color: approx Olivine. HEX triplet: 9C, C1 and 65. RGB value is (156,193,101). Sum of RGB (Red+Green+Blue) = 156+193+101=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC165 is #633E9A. Grayscale: #ABABAB. Windows color (decimal): -6504091 or 6668700. OLE color: 6668700.

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

Color convert

RGB156193101-
CMYK0.1900.480.24
HSL84.13º42.59%57.65%-
HSV(B)84.13º47.67%75.69%-
XYZ35.1346.1519.37-
YUV171.4588.24116.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=34.67%
G=42.89%
B=22.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561931010.1900.480.2484.1342.5957.65
Hex9CC1651303018542b3a
Octal23430114523060301245372
Binary10011100110000011100101100110110000110001010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,101); }

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

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

 a { background-color: rgb(156,193,101); }

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

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

 span { border-color: rgb(156,193,101); }

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