Html Css Color HEX #9EB701 Citrus

📋 copy color: '#9EB701'

red 158 ◦ green 183 ◦ blue 1

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

Shades of Citrus #9EB701

Tints of Citrus #9EB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.51%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 46.2%
G = 53.51%
B = 0.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9EB701 (or 0x9EB701) is known color: Citrus. HEX triplet: 9E, B7 and 01. RGB value is (158,183,1). Sum of RGB (Red+Green+Blue) = 158+183+1=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB701 is #6148FE. Grayscale: #9B9B9B. Windows color (decimal): -6375679 or 112542. OLE color: 112542.

HSL color Cylindrical-coordinate representation of color #9EB701: hue angle of 68.24º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB701 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 1 -
CMYK 0.14 0 0.99 0.28
HSL 68.24º 0.99% 0.36% -
HSV(B) 68.24º 0.99% 0.72% -
XYZ 31.04 41.14 6.33 -
YUV 154.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 158 183 1 0.14 0 0.99 0.28 68.24 0.99 0.36
Hex 9E B7 1 E 0 63 1C 44 63 24
Octal 236 267 1 16 0 143 34 104 143 44
Binary 10011110 10110111 1 1110 0 1100011 11100 1000100 1100011 100100

Color Harmonies of #9EB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB701

Black with #9EB701

Text Example


Text Example

White with #9EB701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,183,1); }

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

background-color css

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

 a { background-color: rgb(158,183,1); }

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

border-color css

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

 span { border-color: rgb(158,183,1); }

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