#ACC42B

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

Shades of Bahia #ACC42B

Tints of Bahia #ACC42B

Color information

#ACC42B (or 0xACC42B) is unknown color: approx Bahia. HEX triplet: AC, C4 and 2B. RGB value is (172,196,43). Sum of RGB (Red+Green+Blue) = 172+196+43=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC42B is #533BD4. Grayscale: #ABABAB. Windows color (decimal): -5454805 or 2868396. OLE color: 2868396.

HSL color Cylindrical-coordinate representation of color #ACC42B: hue angle of 69.41º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC42B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB17219643-
CMYK0.1200.780.23
HSL69.41º64.02%46.86%-
HSV(B)69.41º78.06%76.86%-
XYZ37.1948.429.67-
YUV171.3855.55128.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 43 (17.19% from 255) = 10.46%
R=41.85%
G=47.69%
B=10.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196430.1200.780.2369.4164.0246.86
HexACC42BC04E1745402f
Octal254304531401162710510057
Binary10101100110001001010111100010011101011110001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC42B; }

 p { color: rgb(172,196,43); }

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

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

 a { background-color: rgb(172,196,43); }

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

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

 span { border-color: rgb(172,196,43); }

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