Html Css Color HEX #ACB31D Bahia

📋 copy color: '#ACB31D'

red 172 ◦ green 179 ◦ blue 29

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

Shades of Bahia #ACB31D

Tints of Bahia #ACB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.11%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 45.26%
G = 47.11%
B = 7.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#ACB31D (or 0xACB31D) is known color: Bahia. HEX triplet: AC, B3 and 1D. RGB value is (172,179,29). Sum of RGB (Red+Green+Blue) = 172+179+29=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31D is #534CE2. Grayscale: #A0A0A0. Windows color (decimal): -5459171 or 1946540. OLE color: 1946540.

HSL color Cylindrical-coordinate representation of color #ACB31D: hue angle of 62.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB31D is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 29 -
CMYK 0.04 0 0.84 0.30
HSL 62.8º 0.72% 0.41% -
HSV(B) 62.8º 0.84% 0.7% -
XYZ 33.36 41.1 7.34 -
YUV 159.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 172 179 29 0.04 0 0.84 0.30 62.8 0.72 0.41
Hex AC B3 1D 4 0 54 1E 3F 48 29
Octal 254 263 35 4 0 124 36 77 110 51
Binary 10101100 10110011 11101 100 0 1010100 11110 111111 1001000 101001

Color Harmonies of #ACB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB31D

Black with #ACB31D

Text Example


Text Example

White with #ACB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB31D; }

 p { color: rgb(172,179,29); }

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

background-color css

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

 a { background-color: rgb(172,179,29); }

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

border-color css

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

 span { border-color: rgb(172,179,29); }

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