Html Css Color HEX #ACB433 Bahia

📋 copy color: '#ACB433'

red 172 ◦ green 180 ◦ blue 51

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

Shades of Bahia #ACB433

Tints of Bahia #ACB433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 42.68%
G = 44.67%
B = 12.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ACB433 (or 0xACB433) is known color: Bahia. HEX triplet: AC, B4 and 33. RGB value is (172,180,51). Sum of RGB (Red+Green+Blue) = 172+180+51=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB433 is #534BCC. Grayscale: #A3A3A3. Windows color (decimal): -5458893 or 3388588. OLE color: 3388588.

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

Color convert

RGB 172 180 51 -
CMYK 0.04 0 0.72 0.29
HSL 63.72º 0.56% 0.45% -
HSV(B) 63.72º 0.72% 0.71% -
XYZ 33.93 41.65 9.38 -
YUV 162.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 172 180 51 0.04 0 0.72 0.29 63.72 0.56 0.45
Hex AC B4 33 4 0 48 1D 40 38 2D
Octal 254 264 63 4 0 110 35 100 70 55
Binary 10101100 10110100 110011 100 0 1001000 11101 1000000 111000 101101

Color Harmonies of #ACB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB433

Black with #ACB433

Text Example


Text Example

White with #ACB433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB433; }

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

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

background-color css

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

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

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

border-color css

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

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

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