Html Css Color HEX #9BB666 Olivine

📋 copy color: '#9BB666'

red 155 ◦ green 182 ◦ blue 102

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

Shades of Olivine #9BB666

Tints of Olivine #9BB666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.46%

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

R = 35.31%
G = 41.46%
B = 23.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#9BB666 (or 0x9BB666) is known color: Olivine. HEX triplet: 9B, B6 and 66. RGB value is (155,182,102). Sum of RGB (Red+Green+Blue) = 155+182+102=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB666 is #644999. Grayscale: #A5A5A5. Windows color (decimal): -6572442 or 6731419. OLE color: 6731419.

HSL color Cylindrical-coordinate representation of color #9BB666: hue angle of 80.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BB666 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 102 -
CMYK 0.15 0 0.44 0.29
HSL 80.25º 0.35% 0.56% -
HSV(B) 80.25º 0.44% 0.71% -
XYZ 32.64 41.38 18.84 -
YUV 164.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 155 182 102 0.15 0 0.44 0.29 80.25 0.35 0.56
Hex 9B B6 66 F 0 2C 1D 50 23 38
Octal 233 266 146 17 0 54 35 120 43 70
Binary 10011011 10110110 1100110 1111 0 101100 11101 1010000 100011 111000

Color Harmonies of #9BB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB666

Black with #9BB666

Text Example


Text Example

White with #9BB666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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