#ACBE0A

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

Shades of Citrus #ACBE0A

Tints of Citrus #ACBE0A

Color information

#ACBE0A (or 0xACBE0A) is unknown color: approx Citrus. HEX triplet: AC, BE and 0A. RGB value is (172,190,10). Sum of RGB (Red+Green+Blue) = 172+190+10=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0A is #5341F5. Grayscale: #A4A4A4. Windows color (decimal): -5456374 or 704172. OLE color: 704172.

HSL color Cylindrical-coordinate representation of color #ACBE0A: hue angle of 66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACBE0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB17219010-
CMYK0.0900.950.25
HSL66º90%39.22%-
HSV(B)66º94.74%74.51%-
XYZ35.4845.627.22-
YUV164.141.04133.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 190 (74.61% from 255) = 51.08%
BLUE value IS 10 (4.30% from 255) = 2.69%
R=46.24%
G=51.08%
B=2.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190100.0900.950.25669039.22
HexACBEA905F19425a27
Octal254276121101373110213247
Binary101011001011111010101001010111111100110000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE0A; }

 p { color: rgb(172,190,10); }

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

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

 a { background-color: rgb(172,190,10); }

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

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

 span { border-color: rgb(172,190,10); }

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