Html Css Color HEX #ACB31A Bahia

📋 copy color: '#ACB31A'

red 172 ◦ green 179 ◦ blue 26

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

Shades of Bahia #ACB31A

Tints of Bahia #ACB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

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

R = 45.62%
G = 47.48%
B = 6.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#ACB31A (or 0xACB31A) is known color: Bahia. HEX triplet: AC, B3 and 1A. RGB value is (172,179,26). Sum of RGB (Red+Green+Blue) = 172+179+26=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31A is #534CE5. Grayscale: #A0A0A0. Windows color (decimal): -5459174 or 1749932. OLE color: 1749932.

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

Color convert

RGB 172 179 26 -
CMYK 0.04 0 0.85 0.30
HSL 62.75º 0.75% 0.4% -
HSV(B) 62.75º 0.85% 0.7% -
XYZ 33.32 41.09 7.15 -
YUV 159.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 172 179 26 0.04 0 0.85 0.30 62.75 0.75 0.4
Hex AC B3 1A 4 0 55 1E 3F 4B 28
Octal 254 263 32 4 0 125 36 77 113 50
Binary 10101100 10110011 11010 100 0 1010101 11110 111111 1001011 101000

Color Harmonies of #ACB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB31A

Black with #ACB31A

Text Example


Text Example

White with #ACB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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