Html Css Color HEX #9DBA71 Olivine

📋 copy color: '#9DBA71'

red 157 ◦ green 186 ◦ blue 113

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

Shades of Olivine #9DBA71

Tints of Olivine #9DBA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 34.43%
G = 40.79%
B = 24.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9DBA71 (or 0x9DBA71) is known color: Olivine. HEX triplet: 9D, BA and 71. RGB value is (157,186,113). Sum of RGB (Red+Green+Blue) = 157+186+113=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA71 is #62458E. Grayscale: #A9A9A9. Windows color (decimal): -6440335 or 7453341. OLE color: 7453341.

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

Color convert

RGB 157 186 113 -
CMYK 0.16 0 0.39 0.27
HSL 83.84º 0.35% 0.59% -
HSV(B) 83.84º 0.39% 0.73% -
XYZ 34.44 43.48 22.2 -
YUV 169.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 157 186 113 0.16 0 0.39 0.27 83.84 0.35 0.59
Hex 9D BA 71 10 0 27 1B 54 23 3B
Octal 235 272 161 20 0 47 33 124 43 73
Binary 10011101 10111010 1110001 10000 0 100111 11011 1010100 100011 111011

Color Harmonies of #9DBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA71

Black with #9DBA71

Text Example


Text Example

White with #9DBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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