Html Css Color HEX #ACB122 Bahia

📋 copy color: '#ACB122'

red 172 ◦ green 177 ◦ blue 34

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

Shades of Bahia #ACB122

Tints of Bahia #ACB122

RGB

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

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

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

R = 44.91%
G = 46.21%
B = 8.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#ACB122 (or 0xACB122) is known color: Bahia. HEX triplet: AC, B1 and 22. RGB value is (172,177,34). Sum of RGB (Red+Green+Blue) = 172+177+34=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB122 is #534EDD. Grayscale: #9F9F9F. Windows color (decimal): -5459678 or 2273708. OLE color: 2273708.

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

Color convert

RGB 172 177 34 -
CMYK 0.03 0 0.81 0.31
HSL 62.1º 0.68% 0.41% -
HSV(B) 62.1º 0.81% 0.69% -
XYZ 33.02 40.33 7.56 -
YUV 159.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 172 177 34 0.03 0 0.81 0.31 62.1 0.68 0.41
Hex AC B1 22 3 0 51 1F 3E 44 29
Octal 254 261 42 3 0 121 37 76 104 51
Binary 10101100 10110001 100010 11 0 1010001 11111 111110 1000100 101001

Color Harmonies of #ACB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB122

Black with #ACB122

Text Example


Text Example

White with #ACB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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