#9BBD6A

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

Shades of Olivine #9BBD6A

Tints of Olivine #9BBD6A

Color information

#9BBD6A (or 0x9BBD6A) is unknown color: approx Olivine. HEX triplet: 9B, BD and 6A. RGB value is (155,189,106). Sum of RGB (Red+Green+Blue) = 155+189+106=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD6A is #644295. Grayscale: #A9A9A9. Windows color (decimal): -6570646 or 6995355. OLE color: 6995355.

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

Color convert

RGB155189106-
CMYK0.1800.440.26
HSL84.58º38.6%57.84%-
HSV(B)84.58º43.92%74.12%-
XYZ34.3244.420.4-
YUV169.3792.24117.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=34.44%
G=42%
B=23.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891060.1800.440.2684.5838.657.84
Hex9BBD6A1202C1A55273a
Octal23327515222054321254772
Binary10011011101111011101010100100101100110101010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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