Html Css Color HEX #ACB92A Bahia

📋 copy color: '#ACB92A'

red 172 ◦ green 185 ◦ blue 42

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

Shades of Bahia #ACB92A

Tints of Bahia #ACB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.37%

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

R = 43.11%
G = 46.37%
B = 10.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#ACB92A (or 0xACB92A) is known color: Bahia. HEX triplet: AC, B9 and 2A. RGB value is (172,185,42). Sum of RGB (Red+Green+Blue) = 172+185+42=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB92A is #5346D5. Grayscale: #A5A5A5. Windows color (decimal): -5457622 or 2800044. OLE color: 2800044.

HSL color Cylindrical-coordinate representation of color #ACB92A: hue angle of 65.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB92A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 42 -
CMYK 0.07 0 0.77 0.27
HSL 65.45º 0.63% 0.45% -
HSV(B) 65.45º 0.77% 0.73% -
XYZ 34.78 43.64 8.78 -
YUV 164.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 172 185 42 0.07 0 0.77 0.27 65.45 0.63 0.45
Hex AC B9 2A 7 0 4D 1B 41 3F 2D
Octal 254 271 52 7 0 115 33 101 77 55
Binary 10101100 10111001 101010 111 0 1001101 11011 1000001 111111 101101

Color Harmonies of #ACB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB92A

Black with #ACB92A

Text Example


Text Example

White with #ACB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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