Html Css Color HEX #ACB31F Bahia

📋 copy color: '#ACB31F'

red 172 ◦ green 179 ◦ blue 31

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

Shades of Bahia #ACB31F

Tints of Bahia #ACB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 45.03%
G = 46.86%
B = 8.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#ACB31F (or 0xACB31F) is known color: Bahia. HEX triplet: AC, B3 and 1F. RGB value is (172,179,31). Sum of RGB (Red+Green+Blue) = 172+179+31=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31F is #534CE0. Grayscale: #A0A0A0. Windows color (decimal): -5459169 or 2077612. OLE color: 2077612.

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

Color convert

RGB 172 179 31 -
CMYK 0.04 0 0.83 0.30
HSL 62.84º 0.7% 0.41% -
HSV(B) 62.84º 0.83% 0.7% -
XYZ 33.38 41.11 7.47 -
YUV 160.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 172 179 31 0.04 0 0.83 0.30 62.84 0.7 0.41
Hex AC B3 1F 4 0 53 1E 3F 46 29
Octal 254 263 37 4 0 123 36 77 106 51
Binary 10101100 10110011 11111 100 0 1010011 11110 111111 1000110 101001

Color Harmonies of #ACB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB31F

Black with #ACB31F

Text Example


Text Example

White with #ACB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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