Html Css Color HEX #9EB602 Citrus

📋 copy color: '#9EB602'

red 158 ◦ green 182 ◦ blue 2

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

Shades of Citrus #9EB602

Tints of Citrus #9EB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.22%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 46.2%
G = 53.22%
B = 0.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9EB602 (or 0x9EB602) is known color: Citrus. HEX triplet: 9E, B6 and 02. RGB value is (158,182,2). Sum of RGB (Red+Green+Blue) = 158+182+2=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB602 is #6149FD. Grayscale: #9B9B9B. Windows color (decimal): -6375934 or 177822. OLE color: 177822.

HSL color Cylindrical-coordinate representation of color #9EB602: hue angle of 68º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB602 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 2 -
CMYK 0.13 0 0.99 0.29
HSL 68º 0.98% 0.36% -
HSV(B) 68º 0.99% 0.71% -
XYZ 30.84 40.73 6.29 -
YUV 154.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 158 182 2 0.13 0 0.99 0.29 68 0.98 0.36
Hex 9E B6 2 D 0 63 1D 44 62 24
Octal 236 266 2 15 0 143 35 104 142 44
Binary 10011110 10110110 10 1101 0 1100011 11101 1000100 1100010 100100

Color Harmonies of #9EB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB602

Black with #9EB602

Text Example


Text Example

White with #9EB602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,2); }

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

background-color css

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

 a { background-color: rgb(158,182,2); }

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

border-color css

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

 span { border-color: rgb(158,182,2); }

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