#ACCC25

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

Shades of Bahia #ACCC25

Tints of Bahia #ACCC25

Color information

#ACCC25 (or 0xACCC25) is unknown color: approx Bahia. HEX triplet: AC, CC and 25. RGB value is (172,204,37). Sum of RGB (Red+Green+Blue) = 172+204+37=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC25 is #5333DA. Grayscale: #B0B0B0. Windows color (decimal): -5452763 or 2477228. OLE color: 2477228.

HSL color Cylindrical-coordinate representation of color #ACCC25: hue angle of 71.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACCC25 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB17220437-
CMYK0.1600.820.2
HSL71.5º69.29%47.25%-
HSV(B)71.5º81.86%80%-
XYZ38.9452.099.75-
YUV175.3949.9125.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 37 (14.84% from 255) = 8.96%
R=41.65%
G=49.39%
B=8.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172204370.1600.820.271.569.2947.25
HexACCC25100521447452f
Octal254314452001222410710557
Binary101011001100110010010110000010100101010010001111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC25; }

 p { color: rgb(172,204,37); }

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

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

 a { background-color: rgb(172,204,37); }

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

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

 span { border-color: rgb(172,204,37); }

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