#9CBD7B

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

Shades of Olivine #9CBD7B

Tints of Olivine #9CBD7B

Color information

#9CBD7B (or 0x9CBD7B) is unknown color: approx Olivine. HEX triplet: 9C, BD and 7B. RGB value is (156,189,123). Sum of RGB (Red+Green+Blue) = 156+189+123=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD7B is #634284. Grayscale: #ABABAB. Windows color (decimal): -6505093 or 8109468. OLE color: 8109468.

HSL color Cylindrical-coordinate representation of color #9CBD7B: hue angle of 90º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBD7B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB156189123-
CMYK0.1700.350.26
HSL90º33.33%61.18%-
HSV(B)90º34.92%74.12%-
XYZ35.4844.8925.53-
YUV171.61100.57116.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=33.33%
G=40.38%
B=26.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891230.1700.350.269033.3361.18
Hex9CBD7B110231A5a213d
Octal23427517321043321324175
Binary10011100101111011111011100010100011110101011010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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