#ACBE26

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

Shades of Bahia #ACBE26

Tints of Bahia #ACBE26

Color information

#ACBE26 (or 0xACBE26) is unknown color: approx Bahia. HEX triplet: AC, BE and 26. RGB value is (172,190,38). Sum of RGB (Red+Green+Blue) = 172+190+38=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE26 is #5341D9. Grayscale: #A7A7A7. Windows color (decimal): -5456346 or 2539180. OLE color: 2539180.

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

Color convert

RGB17219038-
CMYK0.0900.80.25
HSL67.11º66.67%44.71%-
HSV(B)67.11º80%74.51%-
XYZ35.7845.748.78-
YUV167.2955.04131.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 190 (74.61% from 255) = 47.5%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=43%
G=47.5%
B=9.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190380.0900.80.2567.1166.6744.71
HexACBE2690501943432d
Octal254276461101203110310355
Binary10101100101111101001101001010100001100110000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE26; }

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

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

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

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

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

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

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

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