Html Css Color HEX #ABA901 Citrus

📋 copy color: '#ABA901'

red 171 ◦ green 169 ◦ blue 1

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

Shades of Citrus #ABA901

Tints of Citrus #ABA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.56%

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

R = 50.15%
G = 49.56%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ABA901 (or 0xABA901) is known color: Citrus. HEX triplet: AB, A9 and 01. RGB value is (171,169,1). Sum of RGB (Red+Green+Blue) = 171+169+1=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA901 is #5456FE. Grayscale: #979797. Windows color (decimal): -5527295 or 108971. OLE color: 108971.

HSL color Cylindrical-coordinate representation of color #ABA901: hue angle of 59.29º 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 #ABA901 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 1 -
CMYK 0 0.01 0.99 0.33
HSL 59.29º 0.99% 0.34% -
HSV(B) 59.29º 0.99% 0.67% -
XYZ 30.99 37.04 5.54 -
YUV 150.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 171 169 1 0 0.01 0.99 0.33 59.29 0.99 0.34
Hex AB A9 1 0 1 63 21 3B 63 22
Octal 253 251 1 0 1 143 41 73 143 42
Binary 10101011 10101001 1 0 1 1100011 100001 111011 1100011 100010

Color Harmonies of #ABA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA901

Black with #ABA901

Text Example


Text Example

White with #ABA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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