Html Css Color HEX #ACB42E Bahia

📋 copy color: '#ACB42E'

red 172 ◦ green 180 ◦ blue 46

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

Shades of Bahia #ACB42E

Tints of Bahia #ACB42E

RGB

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

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

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

R = 43.22%
G = 45.23%
B = 11.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ACB42E (or 0xACB42E) is known color: Bahia. HEX triplet: AC, B4 and 2E. RGB value is (172,180,46). Sum of RGB (Red+Green+Blue) = 172+180+46=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB42E is #534BD1. Grayscale: #A2A2A2. Windows color (decimal): -5458898 or 3060908. OLE color: 3060908.

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

Color convert

RGB 172 180 46 -
CMYK 0.04 0 0.74 0.29
HSL 63.58º 0.59% 0.44% -
HSV(B) 63.58º 0.74% 0.71% -
XYZ 33.83 41.61 8.83 -
YUV 162.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 172 180 46 0.04 0 0.74 0.29 63.58 0.59 0.44
Hex AC B4 2E 4 0 4A 1D 40 3B 2C
Octal 254 264 56 4 0 112 35 100 73 54
Binary 10101100 10110100 101110 100 0 1001010 11101 1000000 111011 101100

Color Harmonies of #ACB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB42E

Black with #ACB42E

Text Example


Text Example

White with #ACB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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