Html Css Color HEX #9EBA06 Citrus

📋 copy color: '#9EBA06'

red 158 ◦ green 186 ◦ blue 6

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

Shades of Citrus #9EBA06

Tints of Citrus #9EBA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 45.14%
G = 53.14%
B = 1.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9EBA06 (or 0x9EBA06) is known color: Citrus. HEX triplet: 9E, BA and 06. RGB value is (158,186,6). Sum of RGB (Red+Green+Blue) = 158+186+6=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA06 is #6145F9. Grayscale: #9D9D9D. Windows color (decimal): -6374906 or 440990. OLE color: 440990.

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

Color convert

RGB 158 186 6 -
CMYK 0.15 0 0.97 0.27
HSL 69.33º 0.94% 0.38% -
HSV(B) 69.33º 0.97% 0.73% -
XYZ 31.69 42.4 6.69 -
YUV 157.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 158 186 6 0.15 0 0.97 0.27 69.33 0.94 0.38
Hex 9E BA 6 F 0 61 1B 45 5E 26
Octal 236 272 6 17 0 141 33 105 136 46
Binary 10011110 10111010 110 1111 0 1100001 11011 1000101 1011110 100110

Color Harmonies of #9EBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA06

Black with #9EBA06

Text Example


Text Example

White with #9EBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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