Html Css Color HEX #ACB61D Bahia

📋 copy color: '#ACB61D'

red 172 ◦ green 182 ◦ blue 29

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

Shades of Bahia #ACB61D

Tints of Bahia #ACB61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.52%

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

R = 44.91%
G = 47.52%
B = 7.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#ACB61D (or 0xACB61D) is known color: Bahia. HEX triplet: AC, B6 and 1D. RGB value is (172,182,29). Sum of RGB (Red+Green+Blue) = 172+182+29=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB61D is #5349E2. Grayscale: #A2A2A2. Windows color (decimal): -5458403 or 1947308. OLE color: 1947308.

HSL color Cylindrical-coordinate representation of color #ACB61D: hue angle of 63.92º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB61D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 29 -
CMYK 0.05 0 0.84 0.29
HSL 63.92º 0.73% 0.41% -
HSV(B) 63.92º 0.84% 0.71% -
XYZ 33.96 42.32 7.54 -
YUV 161.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 172 182 29 0.05 0 0.84 0.29 63.92 0.73 0.41
Hex AC B6 1D 5 0 54 1D 40 49 29
Octal 254 266 35 5 0 124 35 100 111 51
Binary 10101100 10110110 11101 101 0 1010100 11101 1000000 1001001 101001

Color Harmonies of #ACB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB61D

Black with #ACB61D

Text Example


Text Example

White with #ACB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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