Html Css Color HEX #ABA502 Citrus

📋 copy color: '#ABA502'

red 171 ◦ green 165 ◦ blue 2

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

Shades of Citrus #ABA502

Tints of Citrus #ABA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 50.59%
G = 48.82%
B = 0.59%

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

#ABA502 (or 0xABA502) is known color: Citrus. HEX triplet: AB, A5 and 02. RGB value is (171,165,2). Sum of RGB (Red+Green+Blue) = 171+165+2=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA502 is #545AFD. Grayscale: #949494. Windows color (decimal): -5528318 or 173483. OLE color: 173483.

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

Color convert

RGB 171 165 2 -
CMYK 0 0.04 0.99 0.33
HSL 57.87º 0.98% 0.34% -
HSV(B) 57.87º 0.99% 0.67% -
XYZ 30.26 35.57 5.33 -
YUV 148.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 171 165 2 0 0.04 0.99 0.33 57.87 0.98 0.34
Hex AB A5 2 0 4 63 21 3A 62 22
Octal 253 245 2 0 4 143 41 72 142 42
Binary 10101011 10100101 10 0 100 1100011 100001 111010 1100010 100010

Color Harmonies of #ABA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA502

Black with #ABA502

Text Example


Text Example

White with #ABA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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