Html Css Color HEX #ACB811 Bahia

📋 copy color: '#ACB811'

red 172 ◦ green 184 ◦ blue 17

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

Shades of Bahia #ACB811

Tints of Bahia #ACB811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.33%

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 46.11%
G = 49.33%
B = 4.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#ACB811 (or 0xACB811) is known color: Bahia. HEX triplet: AC, B8 and 11. RGB value is (172,184,17). Sum of RGB (Red+Green+Blue) = 172+184+17=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB811 is #5347EE. Grayscale: #A2A2A2. Windows color (decimal): -5457903 or 1161388. OLE color: 1161388.

HSL color Cylindrical-coordinate representation of color #ACB811: hue angle of 64.31º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB811 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 17 -
CMYK 0.07 0 0.91 0.28
HSL 64.31º 0.83% 0.39% -
HSV(B) 64.31º 0.91% 0.72% -
XYZ 34.25 43.09 7.04 -
YUV 161.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 172 184 17 0.07 0 0.91 0.28 64.31 0.83 0.39
Hex AC B8 11 7 0 5B 1C 40 53 27
Octal 254 270 21 7 0 133 34 100 123 47
Binary 10101100 10111000 10001 111 0 1011011 11100 1000000 1010011 100111

Color Harmonies of #ACB811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB811

Black with #ACB811

Text Example


Text Example

White with #ACB811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB811; }

 p { color: rgb(172,184,17); }

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

background-color css

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

 a { background-color: rgb(172,184,17); }

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

border-color css

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

 span { border-color: rgb(172,184,17); }

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