#9CBD69

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

Shades of Olivine #9CBD69

Tints of Olivine #9CBD69

Color information

#9CBD69 (or 0x9CBD69) is unknown color: approx Olivine. HEX triplet: 9C, BD and 69. RGB value is (156,189,105). Sum of RGB (Red+Green+Blue) = 156+189+105=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD69 is #634296. Grayscale: #A9A9A9. Windows color (decimal): -6505111 or 6929820. OLE color: 6929820.

HSL color Cylindrical-coordinate representation of color #9CBD69: hue angle of 83.57º 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 #9CBD69 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB156189105-
CMYK0.1700.440.26
HSL83.57º38.89%57.65%-
HSV(B)83.57º44.44%74.12%-
XYZ34.4644.4820.13-
YUV169.5691.57118.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=34.67%
G=42%
B=23.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891050.1700.440.2683.5738.8957.65
Hex9CBD691102C1A54273a
Octal23427515121054321244772
Binary10011100101111011101001100010101100110101010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,105); }

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

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

 a { background-color: rgb(156,189,105); }

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

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

 span { border-color: rgb(156,189,105); }

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