Html Css Color HEX #ABA605 Citrus

📋 copy color: '#ABA605'

red 171 ◦ green 166 ◦ blue 5

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

Shades of Citrus #ABA605

Tints of Citrus #ABA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.54%

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 50%
G = 48.54%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ABA605 (or 0xABA605) is known color: Citrus. HEX triplet: AB, A6 and 05. RGB value is (171,166,5). Sum of RGB (Red+Green+Blue) = 171+166+5=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA605 is #5459FA. Grayscale: #959595. Windows color (decimal): -5528059 or 370347. OLE color: 370347.

HSL color Cylindrical-coordinate representation of color #ABA605: hue angle of 58.19º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABA605 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 5 -
CMYK 0 0.03 0.97 0.33
HSL 58.19º 0.94% 0.35% -
HSV(B) 58.19º 0.97% 0.67% -
XYZ 30.46 35.94 5.48 -
YUV 149.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 171 166 5 0 0.03 0.97 0.33 58.19 0.94 0.35
Hex AB A6 5 0 3 61 21 3A 5E 23
Octal 253 246 5 0 3 141 41 72 136 43
Binary 10101011 10100110 101 0 11 1100001 100001 111010 1011110 100011

Color Harmonies of #ABA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA605

Black with #ABA605

Text Example


Text Example

White with #ABA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA605; }

 p { color: rgb(171,166,5); }

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

background-color css

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

 a { background-color: rgb(171,166,5); }

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

border-color css

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

 span { border-color: rgb(171,166,5); }

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