Html Css Color HEX #9FB702 Citrus

📋 copy color: '#9FB702'

red 159 ◦ green 183 ◦ blue 2

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

Shades of Citrus #9FB702

Tints of Citrus #9FB702

RGB

 RED value IS 159 (62.5% from 255) = 46.22%

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

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

R = 46.22%
G = 53.2%
B = 0.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9FB702 (or 0x9FB702) is known color: Citrus. HEX triplet: 9F, B7 and 02. RGB value is (159,183,2). Sum of RGB (Red+Green+Blue) = 159+183+2=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB702 is #6048FD. Grayscale: #9B9B9B. Windows color (decimal): -6310142 or 178079. OLE color: 178079.

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

Color convert

RGB 159 183 2 -
CMYK 0.13 0 0.99 0.28
HSL 67.96º 0.98% 0.36% -
HSV(B) 67.96º 0.99% 0.72% -
XYZ 31.24 41.24 6.37 -
YUV 155.19 41.55 130.72 -
System Red Green Blue C M Y K H S L
Decimal 159 183 2 0.13 0 0.99 0.28 67.96 0.98 0.36
Hex 9F B7 2 D 0 63 1C 44 62 24
Octal 237 267 2 15 0 143 34 104 142 44
Binary 10011111 10110111 10 1101 0 1100011 11100 1000100 1100010 100100

Color Harmonies of #9FB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB702

Black with #9FB702

Text Example


Text Example

White with #9FB702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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