#ABCC29

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

Shades of Bahia #ABCC29

Tints of Bahia #ABCC29

Color information

#ABCC29 (or 0xABCC29) is unknown color: approx Bahia. HEX triplet: AB, CC and 29. RGB value is (171,204,41). Sum of RGB (Red+Green+Blue) = 171+204+41=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC29 is #5433D6. Grayscale: #B0B0B0. Windows color (decimal): -5518295 or 2739371. OLE color: 2739371.

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

Color convert

RGB17120441-
CMYK0.1600.800.2
HSL72.15º66.53%48.04%-
HSV(B)72.15º79.9%80%-
XYZ38.795210.09-
YUV175.5552.07124.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 41 (16.41% from 255) = 9.86%
R=41.11%
G=49.04%
B=9.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204410.1600.800.272.1566.5348.04
HexABCC291005014484330
Octal253314512001202411010360
Binary101010111100110010100110000010100001010010010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC29; }

 p { color: rgb(171,204,41); }

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

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

 a { background-color: rgb(171,204,41); }

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

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

 span { border-color: rgb(171,204,41); }

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