Html Css Color HEX #ABA401 Citrus

📋 copy color: '#ABA401'

red 171 ◦ green 164 ◦ blue 1

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

Shades of Citrus #ABA401

Tints of Citrus #ABA401

RGB

 RED value IS 171 (67.19% from 255) = 50.89%

 GREEN value IS 164 (64.45% from 255) = 48.81%

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

R = 50.89%
G = 48.81%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ABA401 (or 0xABA401) is known color: Citrus. HEX triplet: AB, A4 and 01. RGB value is (171,164,1). Sum of RGB (Red+Green+Blue) = 171+164+1=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA401 is #545BFE. Grayscale: #949494. Windows color (decimal): -5528575 or 107691. OLE color: 107691.

HSL color Cylindrical-coordinate representation of color #ABA401: hue angle of 57.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA401 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 1 -
CMYK 0 0.04 0.99 0.33
HSL 57.53º 0.99% 0.34% -
HSV(B) 57.53º 0.99% 0.67% -
XYZ 30.08 35.21 5.24 -
YUV 147.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 171 164 1 0 0.04 0.99 0.33 57.53 0.99 0.34
Hex AB A4 1 0 4 63 21 3A 63 22
Octal 253 244 1 0 4 143 41 72 143 42
Binary 10101011 10100100 1 0 100 1100011 100001 111010 1100011 100010

Color Harmonies of #ABA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA401

Black with #ABA401

Text Example


Text Example

White with #ABA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA401; }

 p { color: rgb(171,164,1); }

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

background-color css

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

 a { background-color: rgb(171,164,1); }

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

border-color css

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

 span { border-color: rgb(171,164,1); }

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