Html Css Color HEX #9BB57D Olivine

📋 copy color: '#9BB57D'

red 155 ◦ green 181 ◦ blue 125

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

Shades of Olivine #9BB57D

Tints of Olivine #9BB57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 33.62%
G = 39.26%
B = 27.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#9BB57D (or 0x9BB57D) is known color: Olivine. HEX triplet: 9B, B5 and 7D. RGB value is (155,181,125). Sum of RGB (Red+Green+Blue) = 155+181+125=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB57D is #644A82. Grayscale: #A7A7A7. Windows color (decimal): -6572675 or 8238491. OLE color: 8238491.

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

Color convert

RGB 155 181 125 -
CMYK 0.14 0 0.31 0.29
HSL 87.86º 0.27% 0.6% -
HSV(B) 87.86º 0.31% 0.71% -
XYZ 33.74 41.5 25.63 -
YUV 166.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 155 181 125 0.14 0 0.31 0.29 87.86 0.27 0.6
Hex 9B B5 7D E 0 1F 1D 58 1B 3C
Octal 233 265 175 16 0 37 35 130 33 74
Binary 10011011 10110101 1111101 1110 0 11111 11101 1011000 11011 111100

Color Harmonies of #9BB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB57D

Black with #9BB57D

Text Example


Text Example

White with #9BB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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