Html Css Color HEX #9BB872 Olivine

📋 copy color: '#9BB872'

red 155 ◦ green 184 ◦ blue 114

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

Shades of Olivine #9BB872

Tints of Olivine #9BB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 34.22%
G = 40.62%
B = 25.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#9BB872 (or 0x9BB872) is known color: Olivine. HEX triplet: 9B, B8 and 72. RGB value is (155,184,114). Sum of RGB (Red+Green+Blue) = 155+184+114=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB872 is #64478D. Grayscale: #A7A7A7. Windows color (decimal): -6571918 or 7518363. OLE color: 7518363.

HSL color Cylindrical-coordinate representation of color #9BB872: hue angle of 84.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB872 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 114 -
CMYK 0.16 0 0.38 0.28
HSL 84.86º 0.33% 0.58% -
HSV(B) 84.86º 0.38% 0.72% -
XYZ 33.7 42.46 22.34 -
YUV 167.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 155 184 114 0.16 0 0.38 0.28 84.86 0.33 0.58
Hex 9B B8 72 10 0 26 1C 55 21 3A
Octal 233 270 162 20 0 46 34 125 41 72
Binary 10011011 10111000 1110010 10000 0 100110 11100 1010101 100001 111010

Color Harmonies of #9BB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB872

Black with #9BB872

Text Example


Text Example

White with #9BB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,114); }

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

background-color css

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

 a { background-color: rgb(155,184,114); }

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

border-color css

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

 span { border-color: rgb(155,184,114); }

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