Html Css Color HEX #9CBB5D Olivine

📋 copy color: '#9CBB5D'

red 156 ◦ green 187 ◦ blue 93

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

Shades of Olivine #9CBB5D

Tints of Olivine #9CBB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 35.78%
G = 42.89%
B = 21.33%

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

#9CBB5D (or 0x9CBB5D) is known color: Olivine. HEX triplet: 9C, BB and 5D. RGB value is (156,187,93). Sum of RGB (Red+Green+Blue) = 156+187+93=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB5D is #6344A2. Grayscale: #A7A7A7. Windows color (decimal): -6505635 or 6142876. OLE color: 6142876.

HSL color Cylindrical-coordinate representation of color #9CBB5D: hue angle of 79.79º 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 #9CBB5D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 93 -
CMYK 0.17 0 0.50 0.27
HSL 79.79º 0.41% 0.55% -
HSV(B) 79.79º 0.5% 0.73% -
XYZ 33.46 43.4 16.97 -
YUV 167.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 156 187 93 0.17 0 0.50 0.27 79.79 0.41 0.55
Hex 9C BB 5D 11 0 32 1B 50 29 37
Octal 234 273 135 21 0 62 33 120 51 67
Binary 10011100 10111011 1011101 10001 0 110010 11011 1010000 101001 110111

Color Harmonies of #9CBB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB5D

Black with #9CBB5D

Text Example


Text Example

White with #9CBB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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