Html Css Color HEX #ACB31C Bahia

📋 copy color: '#ACB31C'

red 172 ◦ green 179 ◦ blue 28

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

Shades of Bahia #ACB31C

Tints of Bahia #ACB31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

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

R = 45.38%
G = 47.23%
B = 7.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#ACB31C (or 0xACB31C) is known color: Bahia. HEX triplet: AC, B3 and 1C. RGB value is (172,179,28). Sum of RGB (Red+Green+Blue) = 172+179+28=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31C is #534CE3. Grayscale: #A0A0A0. Windows color (decimal): -5459172 or 1881004. OLE color: 1881004.

HSL color Cylindrical-coordinate representation of color #ACB31C: hue angle of 62.78º degrees, saturation: 0.73, 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 #ACB31C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 28 -
CMYK 0.04 0 0.84 0.30
HSL 62.78º 0.73% 0.41% -
HSV(B) 62.78º 0.84% 0.7% -
XYZ 33.34 41.09 7.27 -
YUV 159.69 53.68 136.78 -
System Red Green Blue C M Y K H S L
Decimal 172 179 28 0.04 0 0.84 0.30 62.78 0.73 0.41
Hex AC B3 1C 4 0 54 1E 3F 49 29
Octal 254 263 34 4 0 124 36 77 111 51
Binary 10101100 10110011 11100 100 0 1010100 11110 111111 1001001 101001

Color Harmonies of #ACB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB31C

Black with #ACB31C

Text Example


Text Example

White with #ACB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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