Html Css Color HEX #9DBA5E Olivine

📋 copy color: '#9DBA5E'

red 157 ◦ green 186 ◦ blue 94

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

Shades of Olivine #9DBA5E

Tints of Olivine #9DBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 35.93%
G = 42.56%
B = 21.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#9DBA5E (or 0x9DBA5E) is known color: Olivine. HEX triplet: 9D, BA and 5E. RGB value is (157,186,94). Sum of RGB (Red+Green+Blue) = 157+186+94=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA5E is #6245A1. Grayscale: #A7A7A7. Windows color (decimal): -6440354 or 6208157. OLE color: 6208157.

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

Color convert

RGB 157 186 94 -
CMYK 0.16 0 0.49 0.27
HSL 78.91º 0.4% 0.55% -
HSV(B) 78.91º 0.49% 0.73% -
XYZ 33.48 43.09 17.14 -
YUV 166.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 157 186 94 0.16 0 0.49 0.27 78.91 0.4 0.55
Hex 9D BA 5E 10 0 31 1B 4F 28 37
Octal 235 272 136 20 0 61 33 117 50 67
Binary 10011101 10111010 1011110 10000 0 110001 11011 1001111 101000 110111

Color Harmonies of #9DBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA5E

Black with #9DBA5E

Text Example


Text Example

White with #9DBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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