Html Css Color HEX #9EBA65 Olivine

📋 copy color: '#9EBA65'

red 158 ◦ green 186 ◦ blue 101

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

Shades of Olivine #9EBA65

Tints of Olivine #9EBA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 35.51%
G = 41.8%
B = 22.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#9EBA65 (or 0x9EBA65) is known color: Olivine. HEX triplet: 9E, BA and 65. RGB value is (158,186,101). Sum of RGB (Red+Green+Blue) = 158+186+101=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA65 is #61459A. Grayscale: #A8A8A8. Windows color (decimal): -6374811 or 6666910. OLE color: 6666910.

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

Color convert

RGB 158 186 101 -
CMYK 0.15 0 0.46 0.27
HSL 79.76º 0.38% 0.56% -
HSV(B) 79.76º 0.46% 0.73% -
XYZ 34.01 43.33 18.88 -
YUV 167.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 158 186 101 0.15 0 0.46 0.27 79.76 0.38 0.56
Hex 9E BA 65 F 0 2E 1B 50 26 38
Octal 236 272 145 17 0 56 33 120 46 70
Binary 10011110 10111010 1100101 1111 0 101110 11011 1010000 100110 111000

Color Harmonies of #9EBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA65

Black with #9EBA65

Text Example


Text Example

White with #9EBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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