Html Css Color HEX #ACB921 Bahia

📋 copy color: '#ACB921'

red 172 ◦ green 185 ◦ blue 33

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

Shades of Bahia #ACB921

Tints of Bahia #ACB921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 44.1%
G = 47.44%
B = 8.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#ACB921 (or 0xACB921) is known color: Bahia. HEX triplet: AC, B9 and 21. RGB value is (172,185,33). Sum of RGB (Red+Green+Blue) = 172+185+33=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB921 is #5346DE. Grayscale: #A4A4A4. Windows color (decimal): -5457631 or 2210220. OLE color: 2210220.

HSL color Cylindrical-coordinate representation of color #ACB921: hue angle of 65.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACB921 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 33 -
CMYK 0.07 0 0.82 0.27
HSL 65.13º 0.7% 0.43% -
HSV(B) 65.13º 0.82% 0.73% -
XYZ 34.64 43.58 8.02 -
YUV 163.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 172 185 33 0.07 0 0.82 0.27 65.13 0.7 0.43
Hex AC B9 21 7 0 52 1B 41 46 2B
Octal 254 271 41 7 0 122 33 101 106 53
Binary 10101100 10111001 100001 111 0 1010010 11011 1000001 1000110 101011

Color Harmonies of #ACB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB921

Black with #ACB921

Text Example


Text Example

White with #ACB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB921; }

 p { color: rgb(172,185,33); }

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

background-color css

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

 a { background-color: rgb(172,185,33); }

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

border-color css

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

 span { border-color: rgb(172,185,33); }

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