#ACCD1B

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

Shades of Bahia #ACCD1B

Tints of Bahia #ACCD1B

Color information

#ACCD1B (or 0xACCD1B) is unknown color: approx Bahia. HEX triplet: AC, CD and 1B. RGB value is (172,205,27). Sum of RGB (Red+Green+Blue) = 172+205+27=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD1B is #5332E4. Grayscale: #AFAFAF. Windows color (decimal): -5452517 or 1822124. OLE color: 1822124.

HSL color Cylindrical-coordinate representation of color #ACCD1B: hue angle of 71.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCD1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB17220527-
CMYK0.1600.870.20
HSL71.12º76.72%45.49%-
HSV(B)71.12º86.83%80.39%-
XYZ39.0452.519.12-
YUV174.8444.57125.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 205 (80.47% from 255) = 50.74%
BLUE value IS 27 (10.94% from 255) = 6.68%
R=42.57%
G=50.74%
B=6.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205270.1600.870.2071.1276.7245.49
HexACCD1B1005714474d2d
Octal254315332001272410711555
Binary10101100110011011101110000010101111010010001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD1B; }

 p { color: rgb(172,205,27); }

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

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

 a { background-color: rgb(172,205,27); }

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

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

 span { border-color: rgb(172,205,27); }

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