Html Css Color HEX #ACB622 Bahia

📋 copy color: '#ACB622'

red 172 ◦ green 182 ◦ blue 34

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

Shades of Bahia #ACB622

Tints of Bahia #ACB622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 44.33%
G = 46.91%
B = 8.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ACB622 (or 0xACB622) is known color: Bahia. HEX triplet: AC, B6 and 22. RGB value is (172,182,34). Sum of RGB (Red+Green+Blue) = 172+182+34=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB622 is #5349DD. Grayscale: #A2A2A2. Windows color (decimal): -5458398 or 2274988. OLE color: 2274988.

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

Color convert

RGB 172 182 34 -
CMYK 0.05 0 0.81 0.29
HSL 64.05º 0.69% 0.42% -
HSV(B) 64.05º 0.81% 0.71% -
XYZ 34.03 42.34 7.89 -
YUV 162.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 172 182 34 0.05 0 0.81 0.29 64.05 0.69 0.42
Hex AC B6 22 5 0 51 1D 40 45 2A
Octal 254 266 42 5 0 121 35 100 105 52
Binary 10101100 10110110 100010 101 0 1010001 11101 1000000 1000101 101010

Color Harmonies of #ACB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB622

Black with #ACB622

Text Example


Text Example

White with #ACB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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