Html Css Color HEX #ABA504 Citrus

📋 copy color: '#ABA504'

red 171 ◦ green 165 ◦ blue 4

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

Shades of Citrus #ABA504

Tints of Citrus #ABA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.53%

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

R = 50.29%
G = 48.53%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA504 (or 0xABA504) is known color: Citrus. HEX triplet: AB, A5 and 04. RGB value is (171,165,4). Sum of RGB (Red+Green+Blue) = 171+165+4=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA504 is #545AFB. Grayscale: #959595. Windows color (decimal): -5528316 or 304555. OLE color: 304555.

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

Color convert

RGB 171 165 4 -
CMYK 0 0.04 0.98 0.33
HSL 57.84º 0.95% 0.34% -
HSV(B) 57.84º 0.98% 0.67% -
XYZ 30.27 35.58 5.39 -
YUV 148.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 171 165 4 0 0.04 0.98 0.33 57.84 0.95 0.34
Hex AB A5 4 0 4 62 21 3A 5F 22
Octal 253 245 4 0 4 142 41 72 137 42
Binary 10101011 10100101 100 0 100 1100010 100001 111010 1011111 100010

Color Harmonies of #ABA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA504

Black with #ABA504

Text Example


Text Example

White with #ABA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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