Html Css Color HEX #9BB966 Olivine

📋 copy color: '#9BB966'

red 155 ◦ green 185 ◦ blue 102

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

Shades of Olivine #9BB966

Tints of Olivine #9BB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 35.07%
G = 41.86%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#9BB966 (or 0x9BB966) is known color: Olivine. HEX triplet: 9B, B9 and 66. RGB value is (155,185,102). Sum of RGB (Red+Green+Blue) = 155+185+102=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB966 is #644699. Grayscale: #A6A6A6. Windows color (decimal): -6571674 or 6732187. OLE color: 6732187.

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

Color convert

RGB 155 185 102 -
CMYK 0.16 0 0.45 0.27
HSL 81.69º 0.37% 0.56% -
HSV(B) 81.69º 0.45% 0.73% -
XYZ 33.26 42.63 19.04 -
YUV 166.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 155 185 102 0.16 0 0.45 0.27 81.69 0.37 0.56
Hex 9B B9 66 10 0 2D 1B 52 25 38
Octal 233 271 146 20 0 55 33 122 45 70
Binary 10011011 10111001 1100110 10000 0 101101 11011 1010010 100101 111000

Color Harmonies of #9BB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB966

Black with #9BB966

Text Example


Text Example

White with #9BB966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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