Html Css Color HEX #9DBD7C Olivine

📋 copy color: '#9DBD7C'

red 157 ◦ green 189 ◦ blue 124

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

Shades of Olivine #9DBD7C

Tints of Olivine #9DBD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 33.4%
G = 40.21%
B = 26.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#9DBD7C (or 0x9DBD7C) is known color: Olivine. HEX triplet: 9D, BD and 7C. RGB value is (157,189,124). Sum of RGB (Red+Green+Blue) = 157+189+124=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD7C is #624283. Grayscale: #ACACAC. Windows color (decimal): -6439556 or 8175005. OLE color: 8175005.

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

Color convert

RGB 157 189 124 -
CMYK 0.17 0 0.34 0.26
HSL 89.54º 0.33% 0.61% -
HSV(B) 89.54º 0.34% 0.74% -
XYZ 35.74 45.02 25.87 -
YUV 172.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 157 189 124 0.17 0 0.34 0.26 89.54 0.33 0.61
Hex 9D BD 7C 11 0 22 1A 5A 21 3D
Octal 235 275 174 21 0 42 32 132 41 75
Binary 10011101 10111101 1111100 10001 0 100010 11010 1011010 100001 111101

Color Harmonies of #9DBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD7C

Black with #9DBD7C

Text Example


Text Example

White with #9DBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,189,124); }

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

background-color css

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

 a { background-color: rgb(157,189,124); }

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

border-color css

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

 span { border-color: rgb(157,189,124); }

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