Html Css Color HEX #ACB72A Bahia

📋 copy color: '#ACB72A'

red 172 ◦ green 183 ◦ blue 42

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

Shades of Bahia #ACB72A

Tints of Bahia #ACB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 43.32%
G = 46.1%
B = 10.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ACB72A (or 0xACB72A) is known color: Bahia. HEX triplet: AC, B7 and 2A. RGB value is (172,183,42). Sum of RGB (Red+Green+Blue) = 172+183+42=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB72A is #5348D5. Grayscale: #A4A4A4. Windows color (decimal): -5458134 or 2799532. OLE color: 2799532.

HSL color Cylindrical-coordinate representation of color #ACB72A: hue angle of 64.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB72A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 42 -
CMYK 0.06 0 0.77 0.28
HSL 64.68º 0.63% 0.44% -
HSV(B) 64.68º 0.77% 0.72% -
XYZ 34.36 42.8 8.64 -
YUV 163.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 172 183 42 0.06 0 0.77 0.28 64.68 0.63 0.44
Hex AC B7 2A 6 0 4D 1C 41 3F 2C
Octal 254 267 52 6 0 115 34 101 77 54
Binary 10101100 10110111 101010 110 0 1001101 11100 1000001 111111 101100

Color Harmonies of #ACB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB72A

Black with #ACB72A

Text Example


Text Example

White with #ACB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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