Html Css Color HEX #9FBA02 Citrus

📋 copy color: '#9FBA02'

red 159 ◦ green 186 ◦ blue 2

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

Shades of Citrus #9FBA02

Tints of Citrus #9FBA02

RGB

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

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

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

R = 45.82%
G = 53.6%
B = 0.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#9FBA02 (or 0x9FBA02) is known color: Citrus. HEX triplet: 9F, BA and 02. RGB value is (159,186,2). Sum of RGB (Red+Green+Blue) = 159+186+2=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA02 is #6045FD. Grayscale: #9D9D9D. Windows color (decimal): -6309374 or 178847. OLE color: 178847.

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

Color convert

RGB 159 186 2 -
CMYK 0.15 0 0.99 0.27
HSL 68.8º 0.98% 0.37% -
HSV(B) 68.8º 0.99% 0.73% -
XYZ 31.87 42.49 6.58 -
YUV 156.95 40.55 129.46 -
System Red Green Blue C M Y K H S L
Decimal 159 186 2 0.15 0 0.99 0.27 68.8 0.98 0.37
Hex 9F BA 2 F 0 63 1B 45 62 25
Octal 237 272 2 17 0 143 33 105 142 45
Binary 10011111 10111010 10 1111 0 1100011 11011 1000101 1100010 100101

Color Harmonies of #9FBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA02

Black with #9FBA02

Text Example


Text Example

White with #9FBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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