#ACBA06

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

Shades of Citrus #ACBA06

Tints of Citrus #ACBA06

Color information

#ACBA06 (or 0xACBA06) is unknown color: approx Citrus. HEX triplet: AC, BA and 06. RGB value is (172,186,6). Sum of RGB (Red+Green+Blue) = 172+186+6=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA06 is #5345F9. Grayscale: #A2A2A2. Windows color (decimal): -5457402 or 441004. OLE color: 441004.

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

Color convert

RGB1721866-
CMYK0.0800.970.27
HSL64.67º93.75%37.65%-
HSV(B)64.67º96.77%72.94%-
XYZ34.6143.96.82-
YUV161.2940.36135.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 186 (73.05% from 255) = 51.10%
BLUE value IS 6 (2.73% from 255) = 1.65%
R=47.25%
G=51.10%
B=1.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17218660.0800.970.2764.6793.7537.65
HexACBA680611B415e26
Octal25427261001413310113646
Binary10101100101110101101000011000011101110000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA06; }

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

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

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

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

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

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

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

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