#9BBD73

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

Shades of Olivine #9BBD73

Tints of Olivine #9BBD73

Color information

#9BBD73 (or 0x9BBD73) is unknown color: approx Olivine. HEX triplet: 9B, BD and 73. RGB value is (155,189,115). Sum of RGB (Red+Green+Blue) = 155+189+115=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD73 is #64428C. Grayscale: #AAAAAA. Windows color (decimal): -6570637 or 7585179. OLE color: 7585179.

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

Color convert

RGB155189115-
CMYK0.1800.390.26
HSL87.57º35.92%59.61%-
HSV(B)87.57º39.15%74.12%-
XYZ34.8144.622.99-
YUV170.496.74117.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=33.77%
G=41.18%
B=25.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891150.1800.390.2687.5735.9259.61
Hex9BBD73120271A58243c
Octal23327516322047321304474
Binary10011011101111011110011100100100111110101011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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