Html Css Color HEX #ACB430 Bahia

📋 copy color: '#ACB430'

red 172 ◦ green 180 ◦ blue 48

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

Shades of Bahia #ACB430

Tints of Bahia #ACB430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12%

R = 43%
G = 45%
B = 12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ACB430 (or 0xACB430) is known color: Bahia. HEX triplet: AC, B4 and 30. RGB value is (172,180,48). Sum of RGB (Red+Green+Blue) = 172+180+48=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB430 is #534BCF. Grayscale: #A3A3A3. Windows color (decimal): -5458896 or 3191980. OLE color: 3191980.

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

Color convert

RGB 172 180 48 -
CMYK 0.04 0 0.73 0.29
HSL 63.64º 0.58% 0.45% -
HSV(B) 63.64º 0.73% 0.71% -
XYZ 33.87 41.63 9.05 -
YUV 162.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 172 180 48 0.04 0 0.73 0.29 63.64 0.58 0.45
Hex AC B4 30 4 0 49 1D 40 3A 2D
Octal 254 264 60 4 0 111 35 100 72 55
Binary 10101100 10110100 110000 100 0 1001001 11101 1000000 111010 101101

Color Harmonies of #ACB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB430

Black with #ACB430

Text Example


Text Example

White with #ACB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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