Html Css Color HEX #ACB61F Bahia

📋 copy color: '#ACB61F'

red 172 ◦ green 182 ◦ blue 31

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

Shades of Bahia #ACB61F

Tints of Bahia #ACB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

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

R = 44.68%
G = 47.27%
B = 8.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#ACB61F (or 0xACB61F) is known color: Bahia. HEX triplet: AC, B6 and 1F. RGB value is (172,182,31). Sum of RGB (Red+Green+Blue) = 172+182+31=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB61F is #5349E0. Grayscale: #A2A2A2. Windows color (decimal): -5458401 or 2078380. OLE color: 2078380.

HSL color Cylindrical-coordinate representation of color #ACB61F: hue angle of 63.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB61F is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 31 -
CMYK 0.05 0 0.83 0.29
HSL 63.97º 0.71% 0.42% -
HSV(B) 63.97º 0.83% 0.71% -
XYZ 33.99 42.33 7.67 -
YUV 161.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 172 182 31 0.05 0 0.83 0.29 63.97 0.71 0.42
Hex AC B6 1F 5 0 53 1D 40 47 2A
Octal 254 266 37 5 0 123 35 100 107 52
Binary 10101100 10110110 11111 101 0 1010011 11101 1000000 1000111 101010

Color Harmonies of #ACB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB61F

Black with #ACB61F

Text Example


Text Example

White with #ACB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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