Html Css Color HEX #9DBA76 Olivine

📋 copy color: '#9DBA76'

red 157 ◦ green 186 ◦ blue 118

#9DBA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9DBA76

Tints of Olivine #9DBA76

RGB

 RED value IS 157 (61.72% from 255) = 34.06%

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 34.06%
G = 40.35%
B = 25.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#9DBA76 (or 0x9DBA76) is known color: Olivine. HEX triplet: 9D, BA and 76. RGB value is (157,186,118). Sum of RGB (Red+Green+Blue) = 157+186+118=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA76 is #624589. Grayscale: #A9A9A9. Windows color (decimal): -6440330 or 7781021. OLE color: 7781021.

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

Color convert

RGB 157 186 118 -
CMYK 0.16 0 0.37 0.27
HSL 85.59º 0.33% 0.6% -
HSV(B) 85.59º 0.37% 0.73% -
XYZ 34.73 43.59 23.72 -
YUV 169.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 157 186 118 0.16 0 0.37 0.27 85.59 0.33 0.6
Hex 9D BA 76 10 0 25 1B 56 21 3C
Octal 235 272 166 20 0 45 33 126 41 74
Binary 10011101 10111010 1110110 10000 0 100101 11011 1010110 100001 111100

Color Harmonies of #9DBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA76

Black with #9DBA76

Text Example


Text Example

White with #9DBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBA76;
 }
 .AnyTagClassName
 {
   color: #9DBA76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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