Html Css Color HEX #A1B413 Citrus

📋 copy color: '#A1B413'

red 161 ◦ green 180 ◦ blue 19

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

Shades of Citrus #A1B413

Tints of Citrus #A1B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 44.72%
G = 50%
B = 5.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A1B413 (or 0xA1B413) is known color: Citrus. HEX triplet: A1, B4 and 13. RGB value is (161,180,19). Sum of RGB (Red+Green+Blue) = 161+180+19=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B413 is #5E4BEC. Grayscale: #9C9C9C. Windows color (decimal): -6179821 or 1291425. OLE color: 1291425.

HSL color Cylindrical-coordinate representation of color #A1B413: hue angle of 67.08º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1B413 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 19 -
CMYK 0.11 0 0.89 0.29
HSL 67.08º 0.81% 0.39% -
HSV(B) 67.08º 0.89% 0.71% -
XYZ 31.14 40.27 6.75 -
YUV 155.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 161 180 19 0.11 0 0.89 0.29 67.08 0.81 0.39
Hex A1 B4 13 B 0 59 1D 43 51 27
Octal 241 264 23 13 0 131 35 103 121 47
Binary 10100001 10110100 10011 1011 0 1011001 11101 1000011 1010001 100111

Color Harmonies of #A1B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B413

Black with #A1B413

Text Example


Text Example

White with #A1B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B413; }

 p { color: rgb(161,180,19); }

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

background-color css

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

 a { background-color: rgb(161,180,19); }

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

border-color css

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

 span { border-color: rgb(161,180,19); }

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