Html Css Color HEX #A2BE0A Citrus

📋 copy color: '#A2BE0A'

red 162 ◦ green 190 ◦ blue 10

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

Shades of Citrus #A2BE0A

Tints of Citrus #A2BE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.49%

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

R = 44.75%
G = 52.49%
B = 2.76%

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

#A2BE0A (or 0xA2BE0A) is known color: Citrus. HEX triplet: A2, BE and 0A. RGB value is (162,190,10). Sum of RGB (Red+Green+Blue) = 162+190+10=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE0A is #5D41F5. Grayscale: #A1A1A1. Windows color (decimal): -6111734 or 704162. OLE color: 704162.

HSL color Cylindrical-coordinate representation of color #A2BE0A: hue angle of 69.33º 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 #A2BE0A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 10 -
CMYK 0.15 0 0.95 0.25
HSL 69.33º 0.9% 0.39% -
HSV(B) 69.33º 0.95% 0.75% -
XYZ 33.37 44.53 7.12 -
YUV 161.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 162 190 10 0.15 0 0.95 0.25 69.33 0.9 0.39
Hex A2 BE A F 0 5F 19 45 5A 27
Octal 242 276 12 17 0 137 31 105 132 47
Binary 10100010 10111110 1010 1111 0 1011111 11001 1000101 1011010 100111

Color Harmonies of #A2BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE0A

Black with #A2BE0A

Text Example


Text Example

White with #A2BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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