Html Css Color HEX #ACB32A Bahia

📋 copy color: '#ACB32A'

red 172 ◦ green 179 ◦ blue 42

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

Shades of Bahia #ACB32A

Tints of Bahia #ACB32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 43.77%
G = 45.55%
B = 10.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#ACB32A (or 0xACB32A) is known color: Bahia. HEX triplet: AC, B3 and 2A. RGB value is (172,179,42). Sum of RGB (Red+Green+Blue) = 172+179+42=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32A is #534CD5. Grayscale: #A1A1A1. Windows color (decimal): -5459158 or 2798508. OLE color: 2798508.

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

Color convert

RGB 172 179 42 -
CMYK 0.04 0 0.77 0.30
HSL 63.07º 0.62% 0.43% -
HSV(B) 63.07º 0.77% 0.7% -
XYZ 33.55 41.18 8.37 -
YUV 161.29 60.68 135.64 -
System Red Green Blue C M Y K H S L
Decimal 172 179 42 0.04 0 0.77 0.30 63.07 0.62 0.43
Hex AC B3 2A 4 0 4D 1E 3F 3E 2B
Octal 254 263 52 4 0 115 36 77 76 53
Binary 10101100 10110011 101010 100 0 1001101 11110 111111 111110 101011

Color Harmonies of #ACB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB32A

Black with #ACB32A

Text Example


Text Example

White with #ACB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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