Html Css Color HEX #ABA500 Citrus

📋 copy color: '#ABA500'

red 171 ◦ green 165 ◦ blue 0

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

Shades of Citrus #ABA500

Tints of Citrus #ABA500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.89%
G = 49.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ABA500 (or 0xABA500) is known color: Citrus. HEX triplet: AB, A5 and 00. RGB value is (171,165,0). Sum of RGB (Red+Green+Blue) = 171+165+0=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA500 is #545AFF. Grayscale: #949494. Windows color (decimal): -5528320 or 42411. OLE color: 42411.

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

Color convert

RGB 171 165 0 -
CMYK 0 0.04 1 0.33
HSL 57.89º 1% 0.34% -
HSV(B) 57.89º 1% 0.67% -
XYZ 30.25 35.57 5.27 -
YUV 147.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 171 165 0 0 0.04 1 0.33 57.89 1 0.34
Hex AB A5 0 0 4 64 21 3A 64 22
Octal 253 245 0 0 4 144 41 72 144 42
Binary 10101011 10100101 0 0 100 1100100 100001 111010 1100100 100010

Color Harmonies of #ABA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA500

Black with #ABA500

Text Example


Text Example

White with #ABA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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