Html Css Color HEX #9CBB5E Olivine

📋 copy color: '#9CBB5E'

red 156 ◦ green 187 ◦ blue 94

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

Shades of Olivine #9CBB5E

Tints of Olivine #9CBB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 35.7%
G = 42.79%
B = 21.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#9CBB5E (or 0x9CBB5E) is known color: Olivine. HEX triplet: 9C, BB and 5E. RGB value is (156,187,94). Sum of RGB (Red+Green+Blue) = 156+187+94=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB5E is #6344A1. Grayscale: #A7A7A7. Windows color (decimal): -6505634 or 6208412. OLE color: 6208412.

HSL color Cylindrical-coordinate representation of color #9CBB5E: hue angle of 80º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CBB5E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 94 -
CMYK 0.17 0 0.50 0.27
HSL 80º 0.41% 0.55% -
HSV(B) 80º 0.5% 0.73% -
XYZ 33.5 43.42 17.2 -
YUV 167.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 156 187 94 0.17 0 0.50 0.27 80 0.41 0.55
Hex 9C BB 5E 11 0 32 1B 50 29 37
Octal 234 273 136 21 0 62 33 120 51 67
Binary 10011100 10111011 1011110 10001 0 110010 11011 1010000 101001 110111

Color Harmonies of #9CBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB5E

Black with #9CBB5E

Text Example


Text Example

White with #9CBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,94); }

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

background-color css

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

 a { background-color: rgb(156,187,94); }

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

border-color css

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

 span { border-color: rgb(156,187,94); }

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