Html Css Color HEX #9BB478 Olivine

📋 copy color: '#9BB478'

red 155 ◦ green 180 ◦ blue 120

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

Shades of Olivine #9BB478

Tints of Olivine #9BB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 34.07%
G = 39.56%
B = 26.37%

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

#9BB478 (or 0x9BB478) is known color: Olivine. HEX triplet: 9B, B4 and 78. RGB value is (155,180,120). Sum of RGB (Red+Green+Blue) = 155+180+120=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB478 is #644B87. Grayscale: #A5A5A5. Windows color (decimal): -6572936 or 7910555. OLE color: 7910555.

HSL color Cylindrical-coordinate representation of color #9BB478: hue angle of 85º degrees, saturation: 0.29, 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 #9BB478 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 120 -
CMYK 0.14 0 0.33 0.29
HSL 85º 0.29% 0.59% -
HSV(B) 85º 0.33% 0.71% -
XYZ 33.23 40.97 23.93 -
YUV 165.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 155 180 120 0.14 0 0.33 0.29 85 0.29 0.59
Hex 9B B4 78 E 0 21 1D 55 1D 3B
Octal 233 264 170 16 0 41 35 125 35 73
Binary 10011011 10110100 1111000 1110 0 100001 11101 1010101 11101 111011

Color Harmonies of #9BB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB478

Black with #9BB478

Text Example


Text Example

White with #9BB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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