Html Css Color HEX #ACB51A Bahia

📋 copy color: '#ACB51A'

red 172 ◦ green 181 ◦ blue 26

#ACB51A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ACB51A

Tints of Bahia #ACB51A

RGB

 RED value IS 172 (67.58% from 255) = 45.38%

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 45.38%
G = 47.76%
B = 6.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ACB51A (or 0xACB51A) is known color: Bahia. HEX triplet: AC, B5 and 1A. RGB value is (172,181,26). Sum of RGB (Red+Green+Blue) = 172+181+26=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB51A is #534AE5. Grayscale: #A1A1A1. Windows color (decimal): -5458662 or 1750444. OLE color: 1750444.

HSL color Cylindrical-coordinate representation of color #ACB51A: hue angle of 63.48º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB51A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 26 -
CMYK 0.05 0 0.86 0.29
HSL 63.48º 0.75% 0.41% -
HSV(B) 63.48º 0.86% 0.71% -
XYZ 33.72 41.89 7.29 -
YUV 160.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 172 181 26 0.05 0 0.86 0.29 63.48 0.75 0.41
Hex AC B5 1A 5 0 56 1D 3F 4B 29
Octal 254 265 32 5 0 126 35 77 113 51
Binary 10101100 10110101 11010 101 0 1010110 11101 111111 1001011 101001

Color Harmonies of #ACB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB51A

Black with #ACB51A

Text Example


Text Example

White with #ACB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB51A; }

 p { color: rgb(172,181,26); }

 H1.HeaderClassName
 {
   color: #ACB51A;
 }
 .AnyTagClassName
 {
   color: #ACB51A;
 }
</style>

background-color css

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

 a { background-color: rgb(172,181,26); }

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

border-color css

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

 span { border-color: rgb(172,181,26); }

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