Html Css Color HEX #A1B614 Citrus

📋 copy color: '#A1B614'

red 161 ◦ green 182 ◦ blue 20

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

Shades of Citrus #A1B614

Tints of Citrus #A1B614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.14%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 44.35%
G = 50.14%
B = 5.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A1B614 (or 0xA1B614) is known color: Citrus. HEX triplet: A1, B6 and 14. RGB value is (161,182,20). Sum of RGB (Red+Green+Blue) = 161+182+20=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B614 is #5E49EB. Grayscale: #9D9D9D. Windows color (decimal): -6179308 or 1357473. OLE color: 1357473.

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

Color convert

RGB 161 182 20 -
CMYK 0.12 0 0.89 0.29
HSL 67.78º 0.8% 0.4% -
HSV(B) 67.78º 0.89% 0.71% -
XYZ 31.55 41.08 6.93 -
YUV 157.25 50.54 130.67 -
System Red Green Blue C M Y K H S L
Decimal 161 182 20 0.12 0 0.89 0.29 67.78 0.8 0.4
Hex A1 B6 14 C 0 59 1D 44 50 28
Octal 241 266 24 14 0 131 35 104 120 50
Binary 10100001 10110110 10100 1100 0 1011001 11101 1000100 1010000 101000

Color Harmonies of #A1B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B614

Black with #A1B614

Text Example


Text Example

White with #A1B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B614; }

 p { color: rgb(161,182,20); }

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

background-color css

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

 a { background-color: rgb(161,182,20); }

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

border-color css

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

 span { border-color: rgb(161,182,20); }

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