#ACBB00

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

Shades of Citrus #ACBB00

Tints of Citrus #ACBB00

Color information

#ACBB00 (or 0xACBB00) is unknown color: approx Citrus. HEX triplet: AC, BB and 00. RGB value is (172,187,0). Sum of RGB (Red+Green+Blue) = 172+187+0=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB00 is #5344FF. Grayscale: #A1A1A1. Windows color (decimal): -5457152 or 48044. OLE color: 48044.

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

Color convert

RGB1721870-
CMYK0.08010.27
HSL64.81º100%36.67%-
HSV(B)64.81º100%73.33%-
XYZ34.7844.316.72-
YUV161.237.03135.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 187 (73.44% from 255) = 52.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.91%
G=52.09%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17218700.08010.2764.8110036.67
HexACBB080641B416425
Octal25427301001443310114445
Binary101011001011101101000011001001101110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB00; }

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

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

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

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

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

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

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

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