Html Css Color HEX #9EBD67 Olivine

📋 copy color: '#9EBD67'

red 158 ◦ green 189 ◦ blue 103

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

Shades of Olivine #9EBD67

Tints of Olivine #9EBD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 35.11%
G = 42%
B = 22.89%

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

#9EBD67 (or 0x9EBD67) is known color: Olivine. HEX triplet: 9E, BD and 67. RGB value is (158,189,103). Sum of RGB (Red+Green+Blue) = 158+189+103=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD67 is #614298. Grayscale: #AAAAAA. Windows color (decimal): -6374041 or 6798750. OLE color: 6798750.

HSL color Cylindrical-coordinate representation of color #9EBD67: hue angle of 81.63º degrees, saturation: 0.39, 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 #9EBD67 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 103 -
CMYK 0.16 0 0.46 0.26
HSL 81.63º 0.39% 0.57% -
HSV(B) 81.63º 0.46% 0.74% -
XYZ 34.75 44.64 19.62 -
YUV 169.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 158 189 103 0.16 0 0.46 0.26 81.63 0.39 0.57
Hex 9E BD 67 10 0 2E 1A 52 27 39
Octal 236 275 147 20 0 56 32 122 47 71
Binary 10011110 10111101 1100111 10000 0 101110 11010 1010010 100111 111001

Color Harmonies of #9EBD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD67

Black with #9EBD67

Text Example


Text Example

White with #9EBD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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