Html Css Color HEX #9CBB5B Olivine

📋 copy color: '#9CBB5B'

red 156 ◦ green 187 ◦ blue 91

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

Shades of Olivine #9CBB5B

Tints of Olivine #9CBB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 35.94%
G = 43.09%
B = 20.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#9CBB5B (or 0x9CBB5B) is known color: Olivine. HEX triplet: 9C, BB and 5B. RGB value is (156,187,91). Sum of RGB (Red+Green+Blue) = 156+187+91=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB5B is #6344A4. Grayscale: #A7A7A7. Windows color (decimal): -6505637 or 6011804. OLE color: 6011804.

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

Color convert

RGB 156 187 91 -
CMYK 0.17 0 0.51 0.27
HSL 79.38º 0.41% 0.55% -
HSV(B) 79.38º 0.51% 0.73% -
XYZ 33.37 43.36 16.51 -
YUV 166.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 156 187 91 0.17 0 0.51 0.27 79.38 0.41 0.55
Hex 9C BB 5B 11 0 33 1B 4F 29 37
Octal 234 273 133 21 0 63 33 117 51 67
Binary 10011100 10111011 1011011 10001 0 110011 11011 1001111 101001 110111

Color Harmonies of #9CBB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB5B

Black with #9CBB5B

Text Example


Text Example

White with #9CBB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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