#9DBA6B

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

Shades of Olivine #9DBA6B

Tints of Olivine #9DBA6B

Color information

#9DBA6B (or 0x9DBA6B) is unknown color: approx Olivine. HEX triplet: 9D, BA and 6B. RGB value is (157,186,107). Sum of RGB (Red+Green+Blue) = 157+186+107=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA6B is #624594. Grayscale: #A8A8A8. Windows color (decimal): -6440341 or 7060125. OLE color: 7060125.

HSL color Cylindrical-coordinate representation of color #9DBA6B: hue angle of 82.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DBA6B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB157186107-
CMYK0.1600.420.27
HSL82.03º36.41%57.45%-
HSV(B)82.03º42.47%72.94%-
XYZ34.1243.3520.48-
YUV168.3293.39119.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=34.89%
G=41.33%
B=23.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861070.1600.420.2782.0336.4157.45
Hex9DBA6B1002A1B522439
Octal23527215320052331224471
Binary10011101101110101101011100000101010110111010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,107); }

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

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

 a { background-color: rgb(157,186,107); }

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

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

 span { border-color: rgb(157,186,107); }

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