Html Css Color HEX #ACB629 Bahia

📋 copy color: '#ACB629'

red 172 ◦ green 182 ◦ blue 41

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

Shades of Bahia #ACB629

Tints of Bahia #ACB629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 43.54%
G = 46.08%
B = 10.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ACB629 (or 0xACB629) is known color: Bahia. HEX triplet: AC, B6 and 29. RGB value is (172,182,41). Sum of RGB (Red+Green+Blue) = 172+182+41=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB629 is #5349D6. Grayscale: #A3A3A3. Windows color (decimal): -5458391 or 2733740. OLE color: 2733740.

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

Color convert

RGB 172 182 41 -
CMYK 0.05 0 0.77 0.29
HSL 64.26º 0.63% 0.44% -
HSV(B) 64.26º 0.77% 0.71% -
XYZ 34.14 42.39 8.48 -
YUV 162.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 172 182 41 0.05 0 0.77 0.29 64.26 0.63 0.44
Hex AC B6 29 5 0 4D 1D 40 3F 2C
Octal 254 266 51 5 0 115 35 100 77 54
Binary 10101100 10110110 101001 101 0 1001101 11101 1000000 111111 101100

Color Harmonies of #ACB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB629

Black with #ACB629

Text Example


Text Example

White with #ACB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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