#ACBE1B

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

Shades of Bahia #ACBE1B

Tints of Bahia #ACBE1B

Color information

#ACBE1B (or 0xACBE1B) is unknown color: approx Bahia. HEX triplet: AC, BE and 1B. RGB value is (172,190,27). Sum of RGB (Red+Green+Blue) = 172+190+27=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE1B is #5341E4. Grayscale: #A6A6A6. Windows color (decimal): -5456357 or 1818284. OLE color: 1818284.

HSL color Cylindrical-coordinate representation of color #ACBE1B: hue angle of 66.63º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACBE1B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB17219027-
CMYK0.0900.860.25
HSL66.63º75.12%42.55%-
HSV(B)66.63º85.79%74.51%-
XYZ35.6245.687.98-
YUV166.0449.54132.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 27 (10.94% from 255) = 6.94%
R=44.22%
G=48.84%
B=6.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190270.0900.860.2566.6375.1242.55
HexACBE1B905619434b2b
Octal254276331101263110311353
Binary1010110010111110110111001010101101100110000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE1B; }

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

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

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

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

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

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

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

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