Html Css Color HEX #9BB477 Olivine

📋 copy color: '#9BB477'

red 155 ◦ green 180 ◦ blue 119

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

Shades of Olivine #9BB477

Tints of Olivine #9BB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 34.14%
G = 39.65%
B = 26.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#9BB477 (or 0x9BB477) is known color: Olivine. HEX triplet: 9B, B4 and 77. RGB value is (155,180,119). Sum of RGB (Red+Green+Blue) = 155+180+119=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB477 is #644B88. Grayscale: #A5A5A5. Windows color (decimal): -6572937 or 7845019. OLE color: 7845019.

HSL color Cylindrical-coordinate representation of color #9BB477: hue angle of 84.59º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB477 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 119 -
CMYK 0.14 0 0.34 0.29
HSL 84.59º 0.29% 0.59% -
HSV(B) 84.59º 0.34% 0.71% -
XYZ 33.17 40.94 23.61 -
YUV 165.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 155 180 119 0.14 0 0.34 0.29 84.59 0.29 0.59
Hex 9B B4 77 E 0 22 1D 55 1D 3B
Octal 233 264 167 16 0 42 35 125 35 73
Binary 10011011 10110100 1110111 1110 0 100010 11101 1010101 11101 111011

Color Harmonies of #9BB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB477

Black with #9BB477

Text Example


Text Example

White with #9BB477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,119); }

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

background-color css

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

 a { background-color: rgb(155,180,119); }

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

border-color css

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

 span { border-color: rgb(155,180,119); }

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