Html Css Color HEX #ACB41A Bahia

📋 copy color: '#ACB41A'

red 172 ◦ green 180 ◦ blue 26

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

Shades of Bahia #ACB41A

Tints of Bahia #ACB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

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

R = 45.5%
G = 47.62%
B = 6.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ACB41A (or 0xACB41A) is known color: Bahia. HEX triplet: AC, B4 and 1A. RGB value is (172,180,26). Sum of RGB (Red+Green+Blue) = 172+180+26=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB41A is #534BE5. Grayscale: #A0A0A0. Windows color (decimal): -5458918 or 1750188. OLE color: 1750188.

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

Color convert

RGB 172 180 26 -
CMYK 0.04 0 0.86 0.29
HSL 63.12º 0.75% 0.4% -
HSV(B) 63.12º 0.86% 0.71% -
XYZ 33.52 41.49 7.22 -
YUV 160.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 172 180 26 0.04 0 0.86 0.29 63.12 0.75 0.4
Hex AC B4 1A 4 0 56 1D 3F 4B 28
Octal 254 264 32 4 0 126 35 77 113 50
Binary 10101100 10110100 11010 100 0 1010110 11101 111111 1001011 101000

Color Harmonies of #ACB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB41A

Black with #ACB41A

Text Example


Text Example

White with #ACB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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