Html Css Color HEX #A1BA12 Citrus

📋 copy color: '#A1BA12'

red 161 ◦ green 186 ◦ blue 18

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

Shades of Citrus #A1BA12

Tints of Citrus #A1BA12

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

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

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

R = 44.11%
G = 50.96%
B = 4.93%

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

#A1BA12 (or 0xA1BA12) is known color: Citrus. HEX triplet: A1, BA and 12. RGB value is (161,186,18). Sum of RGB (Red+Green+Blue) = 161+186+18=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA12 is #5E45ED. Grayscale: #A0A0A0. Windows color (decimal): -6178286 or 1227425. OLE color: 1227425.

HSL color Cylindrical-coordinate representation of color #A1BA12: hue angle of 68.93º 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 #A1BA12 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 186 18 -
CMYK 0.13 0 0.90 0.27
HSL 68.93º 0.82% 0.4% -
HSV(B) 68.93º 0.9% 0.73% -
XYZ 32.37 42.74 7.12 -
YUV 159.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 161 186 18 0.13 0 0.90 0.27 68.93 0.82 0.4
Hex A1 BA 12 D 0 5A 1B 45 52 28
Octal 241 272 22 15 0 132 33 105 122 50
Binary 10100001 10111010 10010 1101 0 1011010 11011 1000101 1010010 101000

Color Harmonies of #A1BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA12

Black with #A1BA12

Text Example


Text Example

White with #A1BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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