Html Css Color HEX #9BBB66 Olivine

📋 copy color: '#9BBB66'

red 155 ◦ green 187 ◦ blue 102

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

Shades of Olivine #9BBB66

Tints of Olivine #9BBB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 34.91%
G = 42.12%
B = 22.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#9BBB66 (or 0x9BBB66) is known color: Olivine. HEX triplet: 9B, BB and 66. RGB value is (155,187,102). Sum of RGB (Red+Green+Blue) = 155+187+102=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB66 is #644499. Grayscale: #A8A8A8. Windows color (decimal): -6571162 or 6732699. OLE color: 6732699.

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

Color convert

RGB 155 187 102 -
CMYK 0.17 0 0.45 0.27
HSL 82.59º 0.38% 0.57% -
HSV(B) 82.59º 0.45% 0.73% -
XYZ 33.69 43.47 19.19 -
YUV 167.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 155 187 102 0.17 0 0.45 0.27 82.59 0.38 0.57
Hex 9B BB 66 11 0 2D 1B 53 26 39
Octal 233 273 146 21 0 55 33 123 46 71
Binary 10011011 10111011 1100110 10001 0 101101 11011 1010011 100110 111001

Color Harmonies of #9BBB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB66

Black with #9BBB66

Text Example


Text Example

White with #9BBB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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