#ACBF19

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

Shades of Bahia #ACBF19

Tints of Bahia #ACBF19

Color information

#ACBF19 (or 0xACBF19) is unknown color: approx Bahia. HEX triplet: AC, BF and 19. RGB value is (172,191,25). Sum of RGB (Red+Green+Blue) = 172+191+25=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBF19 is #5340E6. Grayscale: #A7A7A7. Windows color (decimal): -5456103 or 1687468. OLE color: 1687468.

HSL color Cylindrical-coordinate representation of color #ACBF19: hue angle of 66.87º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACBF19 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB17219125-
CMYK0.1000.870.25
HSL66.87º76.85%42.35%-
HSV(B)66.87º86.91%74.9%-
XYZ35.8246.17.93-
YUV166.448.21132-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 25 (10.16% from 255) = 6.44%
R=44.33%
G=49.23%
B=6.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191250.1000.870.2566.8776.8542.35
HexACBF19A05719434d2a
Octal254277311201273110311552
Binary1010110010111111110011010010101111100110000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF19; }

 p { color: rgb(172,191,25); }

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

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

 a { background-color: rgb(172,191,25); }

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

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

 span { border-color: rgb(172,191,25); }

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