Html Css Color HEX #9EB213 Citrus

📋 copy color: '#9EB213'

red 158 ◦ green 178 ◦ blue 19

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

Shades of Citrus #9EB213

Tints of Citrus #9EB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 44.51%
G = 50.14%
B = 5.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#9EB213 (or 0x9EB213) is known color: Citrus. HEX triplet: 9E, B2 and 13. RGB value is (158,178,19). Sum of RGB (Red+Green+Blue) = 158+178+19=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB213 is #614DEC. Grayscale: #9A9A9A. Windows color (decimal): -6376941 or 1290910. OLE color: 1290910.

HSL color Cylindrical-coordinate representation of color #9EB213: hue angle of 67.55º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EB213 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 19 -
CMYK 0.11 0 0.89 0.30
HSL 67.55º 0.81% 0.39% -
HSV(B) 67.55º 0.89% 0.7% -
XYZ 30.14 39.16 6.59 -
YUV 153.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 158 178 19 0.11 0 0.89 0.30 67.55 0.81 0.39
Hex 9E B2 13 B 0 59 1E 44 51 27
Octal 236 262 23 13 0 131 36 104 121 47
Binary 10011110 10110010 10011 1011 0 1011001 11110 1000100 1010001 100111

Color Harmonies of #9EB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB213

Black with #9EB213

Text Example


Text Example

White with #9EB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,178,19); }

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

background-color css

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

 a { background-color: rgb(158,178,19); }

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

border-color css

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

 span { border-color: rgb(158,178,19); }

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