Html Css Color HEX #A1B40B Citrus

📋 copy color: '#A1B40B'

red 161 ◦ green 180 ◦ blue 11

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

Shades of Citrus #A1B40B

Tints of Citrus #A1B40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 45.74%
G = 51.14%
B = 3.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#A1B40B (or 0xA1B40B) is known color: Citrus. HEX triplet: A1, B4 and 0B. RGB value is (161,180,11). Sum of RGB (Red+Green+Blue) = 161+180+11=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B40B is #5E4BF4. Grayscale: #9B9B9B. Windows color (decimal): -6179829 or 767137. OLE color: 767137.

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

Color convert

RGB 161 180 11 -
CMYK 0.11 0 0.94 0.29
HSL 66.75º 0.88% 0.37% -
HSV(B) 66.75º 0.94% 0.71% -
XYZ 31.08 40.24 6.45 -
YUV 155.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 161 180 11 0.11 0 0.94 0.29 66.75 0.88 0.37
Hex A1 B4 B B 0 5E 1D 43 58 25
Octal 241 264 13 13 0 136 35 103 130 45
Binary 10100001 10110100 1011 1011 0 1011110 11101 1000011 1011000 100101

Color Harmonies of #A1B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B40B

Black with #A1B40B

Text Example


Text Example

White with #A1B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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