Html Css Color HEX #A9B401 Citrus

📋 copy color: '#A9B401'

red 169 ◦ green 180 ◦ blue 1

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

Shades of Citrus #A9B401

Tints of Citrus #A9B401

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 48.29%
G = 51.43%
B = 0.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A9B401 (or 0xA9B401) is known color: Citrus. HEX triplet: A9, B4 and 01. RGB value is (169,180,1). Sum of RGB (Red+Green+Blue) = 169+180+1=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B401 is #564BFE. Grayscale: #9D9D9D. Windows color (decimal): -5655551 or 111785. OLE color: 111785.

HSL color Cylindrical-coordinate representation of color #A9B401: hue angle of 63.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9B401 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 1 -
CMYK 0.06 0 0.99 0.29
HSL 63.69º 0.99% 0.35% -
HSV(B) 63.69º 0.99% 0.71% -
XYZ 32.69 41.08 6.24 -
YUV 156.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 169 180 1 0.06 0 0.99 0.29 63.69 0.99 0.35
Hex A9 B4 1 6 0 63 1D 40 63 23
Octal 251 264 1 6 0 143 35 100 143 43
Binary 10101001 10110100 1 110 0 1100011 11101 1000000 1100011 100011

Color Harmonies of #A9B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B401

Black with #A9B401

Text Example


Text Example

White with #A9B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B401; }

 p { color: rgb(169,180,1); }

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

background-color css

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

 a { background-color: rgb(169,180,1); }

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

border-color css

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

 span { border-color: rgb(169,180,1); }

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