Html Css Color HEX #ACB11C Bahia

📋 copy color: '#ACB11C'

red 172 ◦ green 177 ◦ blue 28

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

Shades of Bahia #ACB11C

Tints of Bahia #ACB11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.95%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 45.62%
G = 46.95%
B = 7.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#ACB11C (or 0xACB11C) is known color: Bahia. HEX triplet: AC, B1 and 1C. RGB value is (172,177,28). Sum of RGB (Red+Green+Blue) = 172+177+28=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB11C is #534EE3. Grayscale: #9F9F9F. Windows color (decimal): -5459684 or 1880492. OLE color: 1880492.

HSL color Cylindrical-coordinate representation of color #ACB11C: hue angle of 62.01º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB11C is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 28 -
CMYK 0.03 0 0.84 0.31
HSL 62.01º 0.73% 0.4% -
HSV(B) 62.01º 0.84% 0.69% -
XYZ 32.95 40.3 7.14 -
YUV 158.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 172 177 28 0.03 0 0.84 0.31 62.01 0.73 0.4
Hex AC B1 1C 3 0 54 1F 3E 49 28
Octal 254 261 34 3 0 124 37 76 111 50
Binary 10101100 10110001 11100 11 0 1010100 11111 111110 1001001 101000

Color Harmonies of #ACB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB11C

Black with #ACB11C

Text Example


Text Example

White with #ACB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB11C; }

 p { color: rgb(172,177,28); }

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

background-color css

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

 a { background-color: rgb(172,177,28); }

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

border-color css

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

 span { border-color: rgb(172,177,28); }

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