#ACCD27

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

Shades of Bahia #ACCD27

Tints of Bahia #ACCD27

Color information

#ACCD27 (or 0xACCD27) is unknown color: approx Bahia. HEX triplet: AC, CD and 27. RGB value is (172,205,39). Sum of RGB (Red+Green+Blue) = 172+205+39=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD27 is #5332D8. Grayscale: #B0B0B0. Windows color (decimal): -5452505 or 2608556. OLE color: 2608556.

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

Color convert

RGB17220539-
CMYK0.1600.810.20
HSL71.93º68.03%47.84%-
HSV(B)71.93º80.98%80.39%-
XYZ39.2152.5810-
YUV176.2150.57125-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 39 (15.62% from 255) = 9.38%
R=41.35%
G=49.28%
B=9.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205390.1600.810.2071.9368.0347.84
HexACCD271005114484430
Octal254315472001212411010460
Binary101011001100110110011110000010100011010010010001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD27; }

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

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

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

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

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

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

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

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