Html Css Color HEX #9BB479 Olivine

📋 copy color: '#9BB479'

red 155 ◦ green 180 ◦ blue 121

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

Shades of Olivine #9BB479

Tints of Olivine #9BB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 33.99%
G = 39.47%
B = 26.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#9BB479 (or 0x9BB479) is known color: Olivine. HEX triplet: 9B, B4 and 79. RGB value is (155,180,121). Sum of RGB (Red+Green+Blue) = 155+180+121=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB479 is #644B86. Grayscale: #A6A6A6. Windows color (decimal): -6572935 or 7976091. OLE color: 7976091.

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

Color convert

RGB 155 180 121 -
CMYK 0.14 0 0.33 0.29
HSL 85.42º 0.28% 0.59% -
HSV(B) 85.42º 0.33% 0.71% -
XYZ 33.29 40.99 24.25 -
YUV 165.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 155 180 121 0.14 0 0.33 0.29 85.42 0.28 0.59
Hex 9B B4 79 E 0 21 1D 55 1C 3B
Octal 233 264 171 16 0 41 35 125 34 73
Binary 10011011 10110100 1111001 1110 0 100001 11101 1010101 11100 111011

Color Harmonies of #9BB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB479

Black with #9BB479

Text Example


Text Example

White with #9BB479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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