Html Css Color HEX #9CCB64 Olivine

📋 copy color: '#9CCB64'

red 156 ◦ green 203 ◦ blue 100

#9CCB64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9CCB64

Tints of Olivine #9CCB64

RGB

 RED value IS 156 (61.33% from 255) = 33.99%

 GREEN value IS 203 (79.69% from 255) = 44.23%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 33.99%
G = 44.23%
B = 21.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#9CCB64 (or 0x9CCB64) is known color: Olivine. HEX triplet: 9C, CB and 64. RGB value is (156,203,100). Sum of RGB (Red+Green+Blue) = 156+203+100=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB64 is #63349B. Grayscale: #B1B1B1. Windows color (decimal): -6501532 or 6605724. OLE color: 6605724.

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

Color convert

RGB 156 203 100 -
CMYK 0.23 0 0.51 0.20
HSL 87.38º 0.5% 0.59% -
HSV(B) 87.38º 0.51% 0.8% -
XYZ 37.37 50.7 19.87 -
YUV 177.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 156 203 100 0.23 0 0.51 0.20 87.38 0.5 0.59
Hex 9C CB 64 17 0 33 14 57 32 3B
Octal 234 313 144 27 0 63 24 127 62 73
Binary 10011100 11001011 1100100 10111 0 110011 10100 1010111 110010 111011

Color Harmonies of #9CCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB64

Black with #9CCB64

Text Example


Text Example

White with #9CCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CCB64;
 }
 .AnyTagClassName
 {
   color: #9CCB64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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