#9BCD71

Color #9BCD71 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BCD71

Tints of Olivine #9BCD71

Color information

#9BCD71 (or 0x9BCD71) is unknown color: approx Olivine. HEX triplet: 9B, CD and 71. RGB value is (155,205,113). Sum of RGB (Red+Green+Blue) = 155+205+113=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD71 is #64328E. Grayscale: #B3B3B3. Windows color (decimal): -6566543 or 7458203. OLE color: 7458203.

HSL color Cylindrical-coordinate representation of color #9BCD71: hue angle of 92.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BCD71 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB155205113-
CMYK0.2400.450.20
HSL92.61º47.92%62.35%-
HSV(B)92.61º44.88%80.39%-
XYZ38.3351.8223.61-
YUV179.5690.44110.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=32.77%
G=43.34%
B=23.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051130.2400.450.2092.6147.9262.35
Hex9BCD711802D145d303e
Octal23331516130055241356076
Binary10011011110011011110001110000101101101001011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BCD71;
 }
 .AnyTagClassName
 {
   color: #9BCD71;
 }
</style>
background-color css

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

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

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

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

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

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