Html Css Color HEX #ACB41E Bahia

📋 copy color: '#ACB41E'

red 172 ◦ green 180 ◦ blue 30

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

Shades of Bahia #ACB41E

Tints of Bahia #ACB41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 45.03%
G = 47.12%
B = 7.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#ACB41E (or 0xACB41E) is known color: Bahia. HEX triplet: AC, B4 and 1E. RGB value is (172,180,30). Sum of RGB (Red+Green+Blue) = 172+180+30=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB41E is #534BE1. Grayscale: #A1A1A1. Windows color (decimal): -5458914 or 2012332. OLE color: 2012332.

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

Color convert

RGB 172 180 30 -
CMYK 0.04 0 0.83 0.29
HSL 63.2º 0.71% 0.41% -
HSV(B) 63.2º 0.83% 0.71% -
XYZ 33.57 41.51 7.47 -
YUV 160.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 172 180 30 0.04 0 0.83 0.29 63.2 0.71 0.41
Hex AC B4 1E 4 0 53 1D 3F 47 29
Octal 254 264 36 4 0 123 35 77 107 51
Binary 10101100 10110100 11110 100 0 1010011 11101 111111 1000111 101001

Color Harmonies of #ACB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB41E

Black with #ACB41E

Text Example


Text Example

White with #ACB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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