Html Css Color HEX #ABA803 Citrus

📋 copy color: '#ABA803'

red 171 ◦ green 168 ◦ blue 3

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

Shades of Citrus #ABA803

Tints of Citrus #ABA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.12%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 50%
G = 49.12%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA803 (or 0xABA803) is known color: Citrus. HEX triplet: AB, A8 and 03. RGB value is (171,168,3). Sum of RGB (Red+Green+Blue) = 171+168+3=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA803 is #5457FC. Grayscale: #969696. Windows color (decimal): -5527549 or 239787. OLE color: 239787.

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

Color convert

RGB 171 168 3 -
CMYK 0 0.02 0.98 0.33
HSL 58.93º 0.97% 0.34% -
HSV(B) 58.93º 0.98% 0.67% -
XYZ 30.81 36.67 5.54 -
YUV 150.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 171 168 3 0 0.02 0.98 0.33 58.93 0.97 0.34
Hex AB A8 3 0 2 62 21 3B 61 22
Octal 253 250 3 0 2 142 41 73 141 42
Binary 10101011 10101000 11 0 10 1100010 100001 111011 1100001 100010

Color Harmonies of #ABA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA803

Black with #ABA803

Text Example


Text Example

White with #ABA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA803; }

 p { color: rgb(171,168,3); }

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

background-color css

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

 a { background-color: rgb(171,168,3); }

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

border-color css

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

 span { border-color: rgb(171,168,3); }

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