Html Css Color HEX #A1B40D Citrus

📋 copy color: '#A1B40D'

red 161 ◦ green 180 ◦ blue 13

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

Shades of Citrus #A1B40D

Tints of Citrus #A1B40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 45.48%
G = 50.85%
B = 3.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A1B40D (or 0xA1B40D) is known color: Citrus. HEX triplet: A1, B4 and 0D. RGB value is (161,180,13). Sum of RGB (Red+Green+Blue) = 161+180+13=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B40D is #5E4BF2. Grayscale: #9B9B9B. Windows color (decimal): -6179827 or 898209. OLE color: 898209.

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

Color convert

RGB 161 180 13 -
CMYK 0.11 0 0.93 0.29
HSL 66.83º 0.87% 0.38% -
HSV(B) 66.83º 0.93% 0.71% -
XYZ 31.09 40.25 6.51 -
YUV 155.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 161 180 13 0.11 0 0.93 0.29 66.83 0.87 0.38
Hex A1 B4 D B 0 5D 1D 43 57 26
Octal 241 264 15 13 0 135 35 103 127 46
Binary 10100001 10110100 1101 1011 0 1011101 11101 1000011 1010111 100110

Color Harmonies of #A1B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B40D

Black with #A1B40D

Text Example


Text Example

White with #A1B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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