Html Css Color HEX #ACB61A Bahia

📋 copy color: '#ACB61A'

red 172 ◦ green 182 ◦ blue 26

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

Shades of Bahia #ACB61A

Tints of Bahia #ACB61A

RGB

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

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

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

R = 45.26%
G = 47.89%
B = 6.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ACB61A (or 0xACB61A) is known color: Bahia. HEX triplet: AC, B6 and 1A. RGB value is (172,182,26). Sum of RGB (Red+Green+Blue) = 172+182+26=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB61A is #5349E5. Grayscale: #A1A1A1. Windows color (decimal): -5458406 or 1750700. OLE color: 1750700.

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

Color convert

RGB 172 182 26 -
CMYK 0.05 0 0.86 0.29
HSL 63.85º 0.75% 0.41% -
HSV(B) 63.85º 0.86% 0.71% -
XYZ 33.93 42.3 7.35 -
YUV 161.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 172 182 26 0.05 0 0.86 0.29 63.85 0.75 0.41
Hex AC B6 1A 5 0 56 1D 40 4B 29
Octal 254 266 32 5 0 126 35 100 113 51
Binary 10101100 10110110 11010 101 0 1010110 11101 1000000 1001011 101001

Color Harmonies of #ACB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB61A

Black with #ACB61A

Text Example


Text Example

White with #ACB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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