Html Css Color HEX #9BB580 Olivine

📋 copy color: '#9BB580'

red 155 ◦ green 181 ◦ blue 128

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

Shades of Olivine #9BB580

Tints of Olivine #9BB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 33.41%
G = 39.01%
B = 27.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#9BB580 (or 0x9BB580) is known color: Olivine. HEX triplet: 9B, B5 and 80. RGB value is (155,181,128). Sum of RGB (Red+Green+Blue) = 155+181+128=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB580 is #644A7F. Grayscale: #A7A7A7. Windows color (decimal): -6572672 or 8435099. OLE color: 8435099.

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

Color convert

RGB 155 181 128 -
CMYK 0.14 0 0.29 0.29
HSL 89.43º 0.26% 0.61% -
HSV(B) 89.43º 0.29% 0.71% -
XYZ 33.94 41.57 26.66 -
YUV 167.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 155 181 128 0.14 0 0.29 0.29 89.43 0.26 0.61
Hex 9B B5 80 E 0 1D 1D 59 1A 3D
Octal 233 265 200 16 0 35 35 131 32 75
Binary 10011011 10110101 10000000 1110 0 11101 11101 1011001 11010 111101

Color Harmonies of #9BB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB580

Black with #9BB580

Text Example


Text Example

White with #9BB580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,181,128); }

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

background-color css

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

 a { background-color: rgb(155,181,128); }

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

border-color css

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

 span { border-color: rgb(155,181,128); }

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