Html Css Color HEX #ACB41B Bahia

📋 copy color: '#ACB41B'

red 172 ◦ green 180 ◦ blue 27

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

Shades of Bahia #ACB41B

Tints of Bahia #ACB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 45.38%
G = 47.49%
B = 7.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#ACB41B (or 0xACB41B) is known color: Bahia. HEX triplet: AC, B4 and 1B. RGB value is (172,180,27). Sum of RGB (Red+Green+Blue) = 172+180+27=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB41B is #534BE4. Grayscale: #A0A0A0. Windows color (decimal): -5458917 or 1815724. OLE color: 1815724.

HSL color Cylindrical-coordinate representation of color #ACB41B: hue angle of 63.14º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB41B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 27 -
CMYK 0.04 0 0.85 0.29
HSL 63.14º 0.74% 0.41% -
HSV(B) 63.14º 0.85% 0.71% -
XYZ 33.53 41.49 7.28 -
YUV 160.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 172 180 27 0.04 0 0.85 0.29 63.14 0.74 0.41
Hex AC B4 1B 4 0 55 1D 3F 4A 29
Octal 254 264 33 4 0 125 35 77 112 51
Binary 10101100 10110100 11011 100 0 1010101 11101 111111 1001010 101001

Color Harmonies of #ACB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB41B

Black with #ACB41B

Text Example


Text Example

White with #ACB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB41B; }

 p { color: rgb(172,180,27); }

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

background-color css

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

 a { background-color: rgb(172,180,27); }

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

border-color css

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

 span { border-color: rgb(172,180,27); }

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