Html Css Color HEX #9EBA6D Olivine

📋 copy color: '#9EBA6D'

red 158 ◦ green 186 ◦ blue 109

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

Shades of Olivine #9EBA6D

Tints of Olivine #9EBA6D

RGB

 RED value IS 158 (62.11% from 255) = 34.88%

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 34.88%
G = 41.06%
B = 24.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9EBA6D (or 0x9EBA6D) is known color: Olivine. HEX triplet: 9E, BA and 6D. RGB value is (158,186,109). Sum of RGB (Red+Green+Blue) = 158+186+109=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA6D is #614592. Grayscale: #A9A9A9. Windows color (decimal): -6374803 or 7191198. OLE color: 7191198.

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

Color convert

RGB 158 186 109 -
CMYK 0.15 0 0.41 0.27
HSL 81.82º 0.36% 0.58% -
HSV(B) 81.82º 0.41% 0.73% -
XYZ 34.42 43.49 21.05 -
YUV 168.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 158 186 109 0.15 0 0.41 0.27 81.82 0.36 0.58
Hex 9E BA 6D F 0 29 1B 52 24 3A
Octal 236 272 155 17 0 51 33 122 44 72
Binary 10011110 10111010 1101101 1111 0 101001 11011 1010010 100100 111010

Color Harmonies of #9EBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA6D

Black with #9EBA6D

Text Example


Text Example

White with #9EBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,109); }

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

background-color css

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

 a { background-color: rgb(158,186,109); }

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

border-color css

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

 span { border-color: rgb(158,186,109); }

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