Html Css Color HEX #9BBD71 Olivine

📋 copy color: '#9BBD71'

red 155 ◦ green 189 ◦ blue 113

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

Shades of Olivine #9BBD71

Tints of Olivine #9BBD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 33.92%
G = 41.36%
B = 24.73%

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

#9BBD71 (or 0x9BBD71) is known color: Olivine. HEX triplet: 9B, BD and 71. RGB value is (155,189,113). Sum of RGB (Red+Green+Blue) = 155+189+113=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD71 is #64428E. Grayscale: #AAAAAA. Windows color (decimal): -6570639 or 7454107. OLE color: 7454107.

HSL color Cylindrical-coordinate representation of color #9BBD71: hue angle of 86.84º degrees, saturation: 0.37, 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 #9BBD71 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 113 -
CMYK 0.18 0 0.40 0.26
HSL 86.84º 0.37% 0.59% -
HSV(B) 86.84º 0.4% 0.74% -
XYZ 34.7 44.56 22.39 -
YUV 170.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 155 189 113 0.18 0 0.40 0.26 86.84 0.37 0.59
Hex 9B BD 71 12 0 28 1A 57 25 3B
Octal 233 275 161 22 0 50 32 127 45 73
Binary 10011011 10111101 1110001 10010 0 101000 11010 1010111 100101 111011

Color Harmonies of #9BBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD71

Black with #9BBD71

Text Example


Text Example

White with #9BBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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