Html Css Color HEX #9EB702 Citrus

📋 copy color: '#9EB702'

red 158 ◦ green 183 ◦ blue 2

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

Shades of Citrus #9EB702

Tints of Citrus #9EB702

RGB

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

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

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

R = 46.06%
G = 53.35%
B = 0.58%

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

#9EB702 (or 0x9EB702) is known color: Citrus. HEX triplet: 9E, B7 and 02. RGB value is (158,183,2). Sum of RGB (Red+Green+Blue) = 158+183+2=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB702 is #6148FD. Grayscale: #9B9B9B. Windows color (decimal): -6375678 or 178078. OLE color: 178078.

HSL color Cylindrical-coordinate representation of color #9EB702: hue angle of 68.29º degrees, saturation: 0.98, 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 #9EB702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 2 -
CMYK 0.14 0 0.99 0.28
HSL 68.29º 0.98% 0.36% -
HSV(B) 68.29º 0.99% 0.72% -
XYZ 31.05 41.14 6.36 -
YUV 154.89 41.72 130.22 -
System Red Green Blue C M Y K H S L
Decimal 158 183 2 0.14 0 0.99 0.28 68.29 0.98 0.36
Hex 9E B7 2 E 0 63 1C 44 62 24
Octal 236 267 2 16 0 143 34 104 142 44
Binary 10011110 10110111 10 1110 0 1100011 11100 1000100 1100010 100100

Color Harmonies of #9EB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB702

Black with #9EB702

Text Example


Text Example

White with #9EB702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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