Html Css Color HEX #A2BA12 Citrus

📋 copy color: '#A2BA12'

red 162 ◦ green 186 ◦ blue 18

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

Shades of Citrus #A2BA12

Tints of Citrus #A2BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 44.26%
G = 50.82%
B = 4.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A2BA12 (or 0xA2BA12) is known color: Citrus. HEX triplet: A2, BA and 12. RGB value is (162,186,18). Sum of RGB (Red+Green+Blue) = 162+186+18=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA12 is #5D45ED. Grayscale: #A0A0A0. Windows color (decimal): -6112750 or 1227426. OLE color: 1227426.

HSL color Cylindrical-coordinate representation of color #A2BA12: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2BA12 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 18 -
CMYK 0.13 0 0.90 0.27
HSL 68.57º 0.82% 0.4% -
HSV(B) 68.57º 0.9% 0.73% -
XYZ 32.57 42.84 7.13 -
YUV 159.67 48.05 129.66 -
System Red Green Blue C M Y K H S L
Decimal 162 186 18 0.13 0 0.90 0.27 68.57 0.82 0.4
Hex A2 BA 12 D 0 5A 1B 45 52 28
Octal 242 272 22 15 0 132 33 105 122 50
Binary 10100010 10111010 10010 1101 0 1011010 11011 1000101 1010010 101000

Color Harmonies of #A2BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA12

Black with #A2BA12

Text Example


Text Example

White with #A2BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA12; }

 p { color: rgb(162,186,18); }

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

background-color css

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

 a { background-color: rgb(162,186,18); }

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

border-color css

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

 span { border-color: rgb(162,186,18); }

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