Html Css Color HEX #ACAB00 Citrus

📋 copy color: '#ACAB00'

red 172 ◦ green 171 ◦ blue 0

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

Shades of Citrus #ACAB00

Tints of Citrus #ACAB00

RGB

 RED value IS 172 (67.58% from 255) = 50.15%

 GREEN value IS 171 (67.19% from 255) = 49.85%

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

R = 50.15%
G = 49.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACAB00 (or 0xACAB00) is known color: Citrus. HEX triplet: AC, AB and 00. RGB value is (172,171,0). Sum of RGB (Red+Green+Blue) = 172+171+0=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB00 is #5354FF. Grayscale: #989898. Windows color (decimal): -5461248 or 43948. OLE color: 43948.

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

Color convert

RGB 172 171 0 -
CMYK 0 0.01 1 0.33
HSL 59.65º 1% 0.34% -
HSV(B) 59.65º 1% 0.67% -
XYZ 31.58 37.9 5.65 -
YUV 151.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 172 171 0 0 0.01 1 0.33 59.65 1 0.34
Hex AC AB 0 0 1 64 21 3C 64 22
Octal 254 253 0 0 1 144 41 74 144 42
Binary 10101100 10101011 0 0 1 1100100 100001 111100 1100100 100010

Color Harmonies of #ACAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB00

Black with #ACAB00

Text Example


Text Example

White with #ACAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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