#9BBD67

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

Shades of Olivine #9BBD67

Tints of Olivine #9BBD67

Color information

#9BBD67 (or 0x9BBD67) is unknown color: approx Olivine. HEX triplet: 9B, BD and 67. RGB value is (155,189,103). Sum of RGB (Red+Green+Blue) = 155+189+103=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD67 is #644298. Grayscale: #A9A9A9. Windows color (decimal): -6570649 or 6798747. OLE color: 6798747.

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

Color convert

RGB155189103-
CMYK0.1800.460.26
HSL83.72º39.45%57.25%-
HSV(B)83.72º45.5%74.12%-
XYZ34.1644.3419.59-
YUV169.0390.74117.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=34.68%
G=42.28%
B=23.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891030.1800.460.2683.7239.4557.25
Hex9BBD671202E1A542739
Octal23327514722056321244771
Binary10011011101111011100111100100101110110101010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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