Html Css Color HEX #ABA700 Citrus

📋 copy color: '#ABA700'

red 171 ◦ green 167 ◦ blue 0

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

Shades of Citrus #ABA700

Tints of Citrus #ABA700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.59%
G = 49.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ABA700 (or 0xABA700) is known color: Citrus. HEX triplet: AB, A7 and 00. RGB value is (171,167,0). Sum of RGB (Red+Green+Blue) = 171+167+0=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA700 is #5458FF. Grayscale: #959595. Windows color (decimal): -5527808 or 42923. OLE color: 42923.

HSL color Cylindrical-coordinate representation of color #ABA700: hue angle of 58.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABA700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 0 -
CMYK 0 0.02 1 0.33
HSL 58.6º 1% 0.34% -
HSV(B) 58.6º 1% 0.67% -
XYZ 30.61 36.3 5.39 -
YUV 149.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 171 167 0 0 0.02 1 0.33 58.6 1 0.34
Hex AB A7 0 0 2 64 21 3B 64 22
Octal 253 247 0 0 2 144 41 73 144 42
Binary 10101011 10100111 0 0 10 1100100 100001 111011 1100100 100010

Color Harmonies of #ABA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA700

Black with #ABA700

Text Example


Text Example

White with #ABA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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