#ACBA02

Color #ACBA02 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ACBA02

Tints of Citrus #ACBA02

Color information

#ACBA02 (or 0xACBA02) is unknown color: approx Citrus. HEX triplet: AC, BA and 02. RGB value is (172,186,2). Sum of RGB (Red+Green+Blue) = 172+186+2=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA02 is #5345FD. Grayscale: #A1A1A1. Windows color (decimal): -5457406 or 178860. OLE color: 178860.

HSL color Cylindrical-coordinate representation of color #ACBA02: hue angle of 64.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACBA02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1721862-
CMYK0.0800.990.27
HSL64.57º97.87%36.86%-
HSV(B)64.57º98.92%72.94%-
XYZ34.5843.896.71-
YUV160.8438.36135.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=47.78%
G=51.67%
B=0.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17218620.0800.990.2764.5797.8736.86
HexACBA280631B416225
Octal25427221001433310114245
Binary1010110010111010101000011000111101110000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA02; }

 p { color: rgb(172,186,2); }

 H1.HeaderClassName
 {
   color: #ACBA02;
 }
 .AnyTagClassName
 {
   color: #ACBA02;
 }
</style>
background-color css

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

 a { background-color: rgb(172,186,2); }

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

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

 span { border-color: rgb(172,186,2); }

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