Html Css Color HEX #ACB72E Bahia

📋 copy color: '#ACB72E'

red 172 ◦ green 183 ◦ blue 46

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

Shades of Bahia #ACB72E

Tints of Bahia #ACB72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 42.89%
G = 45.64%
B = 11.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#ACB72E (or 0xACB72E) is known color: Bahia. HEX triplet: AC, B7 and 2E. RGB value is (172,183,46). Sum of RGB (Red+Green+Blue) = 172+183+46=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB72E is #5348D1. Grayscale: #A4A4A4. Windows color (decimal): -5458130 or 3061676. OLE color: 3061676.

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

Color convert

RGB 172 183 46 -
CMYK 0.06 0 0.75 0.28
HSL 64.82º 0.6% 0.45% -
HSV(B) 64.82º 0.75% 0.72% -
XYZ 34.44 42.83 9.04 -
YUV 164.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 172 183 46 0.06 0 0.75 0.28 64.82 0.6 0.45
Hex AC B7 2E 6 0 4B 1C 41 3C 2D
Octal 254 267 56 6 0 113 34 101 74 55
Binary 10101100 10110111 101110 110 0 1001011 11100 1000001 111100 101101

Color Harmonies of #ACB72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB72E

Black with #ACB72E

Text Example


Text Example

White with #ACB72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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