Html Css Color HEX #ABA402 Citrus

📋 copy color: '#ABA402'

red 171 ◦ green 164 ◦ blue 2

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

Shades of Citrus #ABA402

Tints of Citrus #ABA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.66%

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

R = 50.74%
G = 48.66%
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

#ABA402 (or 0xABA402) is known color: Citrus. HEX triplet: AB, A4 and 02. RGB value is (171,164,2). Sum of RGB (Red+Green+Blue) = 171+164+2=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA402 is #545BFD. Grayscale: #949494. Windows color (decimal): -5528574 or 173227. OLE color: 173227.

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

Color convert

RGB 171 164 2 -
CMYK 0 0.04 0.99 0.33
HSL 57.51º 0.98% 0.34% -
HSV(B) 57.51º 0.99% 0.67% -
XYZ 30.08 35.21 5.27 -
YUV 147.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 171 164 2 0 0.04 0.99 0.33 57.51 0.98 0.34
Hex AB A4 2 0 4 63 21 3A 62 22
Octal 253 244 2 0 4 143 41 72 142 42
Binary 10101011 10100100 10 0 100 1100011 100001 111010 1100010 100010

Color Harmonies of #ABA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA402

Black with #ABA402

Text Example


Text Example

White with #ABA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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