Html Css Color HEX #9BBB5E Olivine

📋 copy color: '#9BBB5E'

red 155 ◦ green 187 ◦ blue 94

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

Shades of Olivine #9BBB5E

Tints of Olivine #9BBB5E

RGB

 RED value IS 155 (60.94% from 255) = 35.55%

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

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

R = 35.55%
G = 42.89%
B = 21.56%

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

#9BBB5E (or 0x9BBB5E) is known color: Olivine. HEX triplet: 9B, BB and 5E. RGB value is (155,187,94). Sum of RGB (Red+Green+Blue) = 155+187+94=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB5E is #6444A1. Grayscale: #A7A7A7. Windows color (decimal): -6571170 or 6208411. OLE color: 6208411.

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

Color convert

RGB 155 187 94 -
CMYK 0.17 0 0.50 0.27
HSL 80.65º 0.41% 0.55% -
HSV(B) 80.65º 0.5% 0.73% -
XYZ 33.31 43.32 17.2 -
YUV 166.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 155 187 94 0.17 0 0.50 0.27 80.65 0.41 0.55
Hex 9B BB 5E 11 0 32 1B 51 29 37
Octal 233 273 136 21 0 62 33 121 51 67
Binary 10011011 10111011 1011110 10001 0 110010 11011 1010001 101001 110111

Color Harmonies of #9BBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB5E

Black with #9BBB5E

Text Example


Text Example

White with #9BBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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