Html Css Color HEX #A1BA0E Citrus

📋 copy color: '#A1BA0E'

red 161 ◦ green 186 ◦ blue 14

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

Shades of Citrus #A1BA0E

Tints of Citrus #A1BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 44.6%
G = 51.52%
B = 3.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#A1BA0E (or 0xA1BA0E) is known color: Citrus. HEX triplet: A1, BA and 0E. RGB value is (161,186,14). Sum of RGB (Red+Green+Blue) = 161+186+14=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA0E is #5E45F1. Grayscale: #9F9F9F. Windows color (decimal): -6178290 or 965281. OLE color: 965281.

HSL color Cylindrical-coordinate representation of color #A1BA0E: hue angle of 68.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1BA0E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 186 14 -
CMYK 0.13 0 0.92 0.27
HSL 68.72º 0.86% 0.39% -
HSV(B) 68.72º 0.92% 0.73% -
XYZ 32.34 42.73 6.96 -
YUV 158.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 161 186 14 0.13 0 0.92 0.27 68.72 0.86 0.39
Hex A1 BA E D 0 5C 1B 45 56 27
Octal 241 272 16 15 0 134 33 105 126 47
Binary 10100001 10111010 1110 1101 0 1011100 11011 1000101 1010110 100111

Color Harmonies of #A1BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA0E

Black with #A1BA0E

Text Example


Text Example

White with #A1BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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