Html Css Color HEX #ACB222 Bahia

📋 copy color: '#ACB222'

red 172 ◦ green 178 ◦ blue 34

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

Shades of Bahia #ACB222

Tints of Bahia #ACB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 44.79%
G = 46.35%
B = 8.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#ACB222 (or 0xACB222) is known color: Bahia. HEX triplet: AC, B2 and 22. RGB value is (172,178,34). Sum of RGB (Red+Green+Blue) = 172+178+34=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB222 is #534DDD. Grayscale: #A0A0A0. Windows color (decimal): -5459422 or 2273964. OLE color: 2273964.

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

Color convert

RGB 172 178 34 -
CMYK 0.03 0 0.81 0.30
HSL 62.5º 0.68% 0.42% -
HSV(B) 62.5º 0.81% 0.7% -
XYZ 33.22 40.73 7.62 -
YUV 159.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 172 178 34 0.03 0 0.81 0.30 62.5 0.68 0.42
Hex AC B2 22 3 0 51 1E 3F 44 2A
Octal 254 262 42 3 0 121 36 77 104 52
Binary 10101100 10110010 100010 11 0 1010001 11110 111111 1000100 101010

Color Harmonies of #ACB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB222

Black with #ACB222

Text Example


Text Example

White with #ACB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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