Html Css Color HEX #A2BF04 Citrus

📋 copy color: '#A2BF04'

red 162 ◦ green 191 ◦ blue 4

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

Shades of Citrus #A2BF04

Tints of Citrus #A2BF04

RGB

 RED value IS 162 (63.67% from 255) = 45.38%

 GREEN value IS 191 (75% from 255) = 53.5%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 45.38%
G = 53.5%
B = 1.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A2BF04 (or 0xA2BF04) is known color: Citrus. HEX triplet: A2, BF and 04. RGB value is (162,191,4). Sum of RGB (Red+Green+Blue) = 162+191+4=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF04 is #5D40FB. Grayscale: #A1A1A1. Windows color (decimal): -6111484 or 311202. OLE color: 311202.

HSL color Cylindrical-coordinate representation of color #A2BF04: hue angle of 69.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2BF04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 191 4 -
CMYK 0.15 0 0.98 0.25
HSL 69.3º 0.96% 0.38% -
HSV(B) 69.3º 0.98% 0.75% -
XYZ 33.55 44.95 7.02 -
YUV 161.01 39.39 128.71 -
System Red Green Blue C M Y K H S L
Decimal 162 191 4 0.15 0 0.98 0.25 69.3 0.96 0.38
Hex A2 BF 4 F 0 62 19 45 60 26
Octal 242 277 4 17 0 142 31 105 140 46
Binary 10100010 10111111 100 1111 0 1100010 11001 1000101 1100000 100110

Color Harmonies of #A2BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF04

Black with #A2BF04

Text Example


Text Example

White with #A2BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF04; }

 p { color: rgb(162,191,4); }

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

background-color css

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

 a { background-color: rgb(162,191,4); }

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

border-color css

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

 span { border-color: rgb(162,191,4); }

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