Html Css Color HEX #A2BF0A Citrus

📋 copy color: '#A2BF0A'

red 162 ◦ green 191 ◦ blue 10

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

Shades of Citrus #A2BF0A

Tints of Citrus #A2BF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 44.63%
G = 52.62%
B = 2.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#A2BF0A (or 0xA2BF0A) is known color: Citrus. HEX triplet: A2, BF and 0A. RGB value is (162,191,10). Sum of RGB (Red+Green+Blue) = 162+191+10=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF0A is #5D40F5. Grayscale: #A2A2A2. Windows color (decimal): -6111478 or 704418. OLE color: 704418.

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

Color convert

RGB 162 191 10 -
CMYK 0.15 0 0.95 0.25
HSL 69.61º 0.9% 0.39% -
HSV(B) 69.61º 0.95% 0.75% -
XYZ 33.59 44.96 7.2 -
YUV 161.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 162 191 10 0.15 0 0.95 0.25 69.61 0.9 0.39
Hex A2 BF A F 0 5F 19 46 5A 27
Octal 242 277 12 17 0 137 31 106 132 47
Binary 10100010 10111111 1010 1111 0 1011111 11001 1000110 1011010 100111

Color Harmonies of #A2BF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF0A

Black with #A2BF0A

Text Example


Text Example

White with #A2BF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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