Html Css Color HEX #ACB21D Bahia

📋 copy color: '#ACB21D'

red 172 ◦ green 178 ◦ blue 29

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

Shades of Bahia #ACB21D

Tints of Bahia #ACB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 45.38%
G = 46.97%
B = 7.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#ACB21D (or 0xACB21D) is known color: Bahia. HEX triplet: AC, B2 and 1D. RGB value is (172,178,29). Sum of RGB (Red+Green+Blue) = 172+178+29=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB21D is #534DE2. Grayscale: #9F9F9F. Windows color (decimal): -5459427 or 1946284. OLE color: 1946284.

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

Color convert

RGB 172 178 29 -
CMYK 0.03 0 0.84 0.30
HSL 62.42º 0.72% 0.41% -
HSV(B) 62.42º 0.84% 0.7% -
XYZ 33.16 40.7 7.27 -
YUV 159.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 172 178 29 0.03 0 0.84 0.30 62.42 0.72 0.41
Hex AC B2 1D 3 0 54 1E 3E 48 29
Octal 254 262 35 3 0 124 36 76 110 51
Binary 10101100 10110010 11101 11 0 1010100 11110 111110 1001000 101001

Color Harmonies of #ACB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB21D

Black with #ACB21D

Text Example


Text Example

White with #ACB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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