Html Css Color HEX #ACB11D Bahia

📋 copy color: '#ACB11D'

red 172 ◦ green 177 ◦ blue 29

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

Shades of Bahia #ACB11D

Tints of Bahia #ACB11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

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

R = 45.5%
G = 46.83%
B = 7.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#ACB11D (or 0xACB11D) is known color: Bahia. HEX triplet: AC, B1 and 1D. RGB value is (172,177,29). Sum of RGB (Red+Green+Blue) = 172+177+29=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB11D is #534EE2. Grayscale: #9F9F9F. Windows color (decimal): -5459683 or 1946028. OLE color: 1946028.

HSL color Cylindrical-coordinate representation of color #ACB11D: hue angle of 62.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB11D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 29 -
CMYK 0.03 0 0.84 0.31
HSL 62.03º 0.72% 0.4% -
HSV(B) 62.03º 0.84% 0.69% -
XYZ 32.96 40.3 7.2 -
YUV 158.63 54.84 137.53 -
System Red Green Blue C M Y K H S L
Decimal 172 177 29 0.03 0 0.84 0.31 62.03 0.72 0.4
Hex AC B1 1D 3 0 54 1F 3E 48 28
Octal 254 261 35 3 0 124 37 76 110 50
Binary 10101100 10110001 11101 11 0 1010100 11111 111110 1001000 101000

Color Harmonies of #ACB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB11D

Black with #ACB11D

Text Example


Text Example

White with #ACB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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