Html Css Color HEX #ABA703 Citrus

📋 copy color: '#ABA703'

red 171 ◦ green 167 ◦ blue 3

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

Shades of Citrus #ABA703

Tints of Citrus #ABA703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.97%

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

R = 50.15%
G = 48.97%
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

#ABA703 (or 0xABA703) is known color: Citrus. HEX triplet: AB, A7 and 03. RGB value is (171,167,3). Sum of RGB (Red+Green+Blue) = 171+167+3=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA703 is #5458FC. Grayscale: #969696. Windows color (decimal): -5527805 or 239531. OLE color: 239531.

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

Color convert

RGB 171 167 3 -
CMYK 0 0.02 0.98 0.33
HSL 58.57º 0.97% 0.34% -
HSV(B) 58.57º 0.98% 0.67% -
XYZ 30.63 36.3 5.48 -
YUV 149.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 171 167 3 0 0.02 0.98 0.33 58.57 0.97 0.34
Hex AB A7 3 0 2 62 21 3B 61 22
Octal 253 247 3 0 2 142 41 73 141 42
Binary 10101011 10100111 11 0 10 1100010 100001 111011 1100001 100010

Color Harmonies of #ABA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA703

Black with #ABA703

Text Example


Text Example

White with #ABA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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