Html Css Color HEX #ACB21A Bahia

📋 copy color: '#ACB21A'

red 172 ◦ green 178 ◦ blue 26

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

Shades of Bahia #ACB21A

Tints of Bahia #ACB21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 45.74%
G = 47.34%
B = 6.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#ACB21A (or 0xACB21A) is known color: Bahia. HEX triplet: AC, B2 and 1A. RGB value is (172,178,26). Sum of RGB (Red+Green+Blue) = 172+178+26=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB21A is #534DE5. Grayscale: #9F9F9F. Windows color (decimal): -5459430 or 1749676. OLE color: 1749676.

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

Color convert

RGB 172 178 26 -
CMYK 0.03 0 0.85 0.30
HSL 62.37º 0.75% 0.4% -
HSV(B) 62.37º 0.85% 0.7% -
XYZ 33.12 40.69 7.08 -
YUV 158.88 53.01 137.36 -
System Red Green Blue C M Y K H S L
Decimal 172 178 26 0.03 0 0.85 0.30 62.37 0.75 0.4
Hex AC B2 1A 3 0 55 1E 3E 4B 28
Octal 254 262 32 3 0 125 36 76 113 50
Binary 10101100 10110010 11010 11 0 1010101 11110 111110 1001011 101000

Color Harmonies of #ACB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB21A

Black with #ACB21A

Text Example


Text Example

White with #ACB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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