Html Css Color HEX #ACB42D Bahia

📋 copy color: '#ACB42D'

red 172 ◦ green 180 ◦ blue 45

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

Shades of Bahia #ACB42D

Tints of Bahia #ACB42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 43.32%
G = 45.34%
B = 11.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#ACB42D (or 0xACB42D) is known color: Bahia. HEX triplet: AC, B4 and 2D. RGB value is (172,180,45). Sum of RGB (Red+Green+Blue) = 172+180+45=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB42D is #534BD2. Grayscale: #A2A2A2. Windows color (decimal): -5458899 or 2995372. OLE color: 2995372.

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

Color convert

RGB 172 180 45 -
CMYK 0.04 0 0.75 0.29
HSL 63.56º 0.6% 0.44% -
HSV(B) 63.56º 0.75% 0.71% -
XYZ 33.81 41.6 8.73 -
YUV 162.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 172 180 45 0.04 0 0.75 0.29 63.56 0.6 0.44
Hex AC B4 2D 4 0 4B 1D 40 3C 2C
Octal 254 264 55 4 0 113 35 100 74 54
Binary 10101100 10110100 101101 100 0 1001011 11101 1000000 111100 101100

Color Harmonies of #ACB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB42D

Black with #ACB42D

Text Example


Text Example

White with #ACB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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