#9CCB65

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

Shades of Olivine #9CCB65

Tints of Olivine #9CCB65

Color information

#9CCB65 (or 0x9CCB65) is unknown color: approx Olivine. HEX triplet: 9C, CB and 65. RGB value is (156,203,101). Sum of RGB (Red+Green+Blue) = 156+203+101=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB65 is #63349A. Grayscale: #B1B1B1. Windows color (decimal): -6501531 or 6671260. OLE color: 6671260.

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

Color convert

RGB156203101-
CMYK0.2300.500.20
HSL87.65º49.51%59.61%-
HSV(B)87.65º50.25%79.61%-
XYZ37.4250.7220.13-
YUV177.3284.93112.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=33.91%
G=44.13%
B=21.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031010.2300.500.2087.6549.5159.61
Hex9CCB65170321458323c
Octal23431314527062241306274
Binary10011100110010111100101101110110010101001011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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