Html Css Color HEX #9EBE5C Olivine

📋 copy color: '#9EBE5C'

red 158 ◦ green 190 ◦ blue 92

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

Shades of Olivine #9EBE5C

Tints of Olivine #9EBE5C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 35.91%
G = 43.18%
B = 20.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#9EBE5C (or 0x9EBE5C) is known color: Olivine. HEX triplet: 9E, BE and 5C. RGB value is (158,190,92). Sum of RGB (Red+Green+Blue) = 158+190+92=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE5C is #6141A3. Grayscale: #A9A9A9. Windows color (decimal): -6373796 or 6078110. OLE color: 6078110.

HSL color Cylindrical-coordinate representation of color #9EBE5C: hue angle of 79.59º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EBE5C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 190 92 -
CMYK 0.17 0 0.52 0.25
HSL 79.59º 0.43% 0.55% -
HSV(B) 79.59º 0.52% 0.75% -
XYZ 34.45 44.87 16.97 -
YUV 169.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 158 190 92 0.17 0 0.52 0.25 79.59 0.43 0.55
Hex 9E BE 5C 11 0 34 19 50 2B 37
Octal 236 276 134 21 0 64 31 120 53 67
Binary 10011110 10111110 1011100 10001 0 110100 11001 1010000 101011 110111

Color Harmonies of #9EBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE5C

Black with #9EBE5C

Text Example


Text Example

White with #9EBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,190,92); }

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

background-color css

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

 a { background-color: rgb(158,190,92); }

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

border-color css

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

 span { border-color: rgb(158,190,92); }

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