Html Css Color HEX #9EBD66 Olivine

📋 copy color: '#9EBD66'

red 158 ◦ green 189 ◦ blue 102

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

Shades of Olivine #9EBD66

Tints of Olivine #9EBD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 35.19%
G = 42.09%
B = 22.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#9EBD66 (or 0x9EBD66) is known color: Olivine. HEX triplet: 9E, BD and 66. RGB value is (158,189,102). Sum of RGB (Red+Green+Blue) = 158+189+102=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD66 is #614299. Grayscale: #AAAAAA. Windows color (decimal): -6374042 or 6733214. OLE color: 6733214.

HSL color Cylindrical-coordinate representation of color #9EBD66: hue angle of 81.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EBD66 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 102 -
CMYK 0.16 0 0.46 0.26
HSL 81.38º 0.4% 0.57% -
HSV(B) 81.38º 0.46% 0.74% -
XYZ 34.7 44.62 19.35 -
YUV 169.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 158 189 102 0.16 0 0.46 0.26 81.38 0.4 0.57
Hex 9E BD 66 10 0 2E 1A 51 28 39
Octal 236 275 146 20 0 56 32 121 50 71
Binary 10011110 10111101 1100110 10000 0 101110 11010 1010001 101000 111001

Color Harmonies of #9EBD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD66

Black with #9EBD66

Text Example


Text Example

White with #9EBD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,102); }

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

background-color css

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

 a { background-color: rgb(158,189,102); }

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

border-color css

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

 span { border-color: rgb(158,189,102); }

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