Html Css Color HEX #9BBD72 Olivine

📋 copy color: '#9BBD72'

red 155 ◦ green 189 ◦ blue 114

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

Shades of Olivine #9BBD72

Tints of Olivine #9BBD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

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

R = 33.84%
G = 41.27%
B = 24.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#9BBD72 (or 0x9BBD72) is known color: Olivine. HEX triplet: 9B, BD and 72. RGB value is (155,189,114). Sum of RGB (Red+Green+Blue) = 155+189+114=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD72 is #64428D. Grayscale: #AAAAAA. Windows color (decimal): -6570638 or 7519643. OLE color: 7519643.

HSL color Cylindrical-coordinate representation of color #9BBD72: hue angle of 87.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BBD72 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 114 -
CMYK 0.18 0 0.40 0.26
HSL 87.2º 0.36% 0.59% -
HSV(B) 87.2º 0.4% 0.74% -
XYZ 34.75 44.58 22.69 -
YUV 170.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 155 189 114 0.18 0 0.40 0.26 87.2 0.36 0.59
Hex 9B BD 72 12 0 28 1A 57 24 3B
Octal 233 275 162 22 0 50 32 127 44 73
Binary 10011011 10111101 1110010 10010 0 101000 11010 1010111 100100 111011

Color Harmonies of #9BBD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD72

Black with #9BBD72

Text Example


Text Example

White with #9BBD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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