#ABCF28

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

Shades of Bahia #ABCF28

Tints of Bahia #ABCF28

Color information

#ABCF28 (or 0xABCF28) is unknown color: approx Bahia. HEX triplet: AB, CF and 28. RGB value is (171,207,40). Sum of RGB (Red+Green+Blue) = 171+207+40=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF28 is #5430D7. Grayscale: #B1B1B1. Windows color (decimal): -5517528 or 2674603. OLE color: 2674603.

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

Color convert

RGB17120740-
CMYK0.1700.810.19
HSL72.93º67.61%48.43%-
HSV(B)72.93º80.68%81.18%-
XYZ39.4953.4410.24-
YUV177.250.57123.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 207 (81.25% from 255) = 49.52%
BLUE value IS 40 (16.02% from 255) = 9.57%
R=40.91%
G=49.52%
B=9.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171207400.1700.810.1972.9367.6148.43
HexABCF281105113494430
Octal253317502101212311110460
Binary101010111100111110100010001010100011001110010011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF28; }

 p { color: rgb(171,207,40); }

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

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

 a { background-color: rgb(171,207,40); }

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

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

 span { border-color: rgb(171,207,40); }

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