Html Css Color HEX #ABA904 Citrus

📋 copy color: '#ABA904'

red 171 ◦ green 169 ◦ blue 4

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

Shades of Citrus #ABA904

Tints of Citrus #ABA904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 49.71%
G = 49.13%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA904 (or 0xABA904) is known color: Citrus. HEX triplet: AB, A9 and 04. RGB value is (171,169,4). Sum of RGB (Red+Green+Blue) = 171+169+4=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA904 is #5456FB. Grayscale: #979797. Windows color (decimal): -5527292 or 305579. OLE color: 305579.

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

Color convert

RGB 171 169 4 -
CMYK 0 0.01 0.98 0.33
HSL 59.28º 0.95% 0.34% -
HSV(B) 59.28º 0.98% 0.67% -
XYZ 31 37.04 5.63 -
YUV 150.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 171 169 4 0 0.01 0.98 0.33 59.28 0.95 0.34
Hex AB A9 4 0 1 62 21 3B 5F 22
Octal 253 251 4 0 1 142 41 73 137 42
Binary 10101011 10101001 100 0 1 1100010 100001 111011 1011111 100010

Color Harmonies of #ABA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA904

Black with #ABA904

Text Example


Text Example

White with #ABA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA904; }

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

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

background-color css

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

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

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

border-color css

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

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

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