Html Css Color HEX #9EBD69 Olivine

📋 copy color: '#9EBD69'

red 158 ◦ green 189 ◦ blue 105

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

Shades of Olivine #9EBD69

Tints of Olivine #9EBD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 34.96%
G = 41.81%
B = 23.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#9EBD69 (or 0x9EBD69) is known color: Olivine. HEX triplet: 9E, BD and 69. RGB value is (158,189,105). Sum of RGB (Red+Green+Blue) = 158+189+105=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD69 is #614296. Grayscale: #AAAAAA. Windows color (decimal): -6374039 or 6929822. OLE color: 6929822.

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

Color convert

RGB 158 189 105 -
CMYK 0.16 0 0.44 0.26
HSL 82.14º 0.39% 0.58% -
HSV(B) 82.14º 0.44% 0.74% -
XYZ 34.85 44.68 20.15 -
YUV 170.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 158 189 105 0.16 0 0.44 0.26 82.14 0.39 0.58
Hex 9E BD 69 10 0 2C 1A 52 27 3A
Octal 236 275 151 20 0 54 32 122 47 72
Binary 10011110 10111101 1101001 10000 0 101100 11010 1010010 100111 111010

Color Harmonies of #9EBD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD69

Black with #9EBD69

Text Example


Text Example

White with #9EBD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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