Html Css Color HEX #ACB632 Bahia

📋 copy color: '#ACB632'

red 172 ◦ green 182 ◦ blue 50

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

Shades of Bahia #ACB632

Tints of Bahia #ACB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 42.57%
G = 45.05%
B = 12.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ACB632 (or 0xACB632) is known color: Bahia. HEX triplet: AC, B6 and 32. RGB value is (172,182,50). Sum of RGB (Red+Green+Blue) = 172+182+50=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB632 is #5349CD. Grayscale: #A4A4A4. Windows color (decimal): -5458382 or 3323564. OLE color: 3323564.

HSL color Cylindrical-coordinate representation of color #ACB632: hue angle of 64.55º degrees, saturation: 0.57, 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 #ACB632 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 50 -
CMYK 0.05 0 0.73 0.29
HSL 64.55º 0.57% 0.45% -
HSV(B) 64.55º 0.73% 0.71% -
XYZ 34.32 42.46 9.4 -
YUV 163.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 172 182 50 0.05 0 0.73 0.29 64.55 0.57 0.45
Hex AC B6 32 5 0 49 1D 41 39 2D
Octal 254 266 62 5 0 111 35 101 71 55
Binary 10101100 10110110 110010 101 0 1001001 11101 1000001 111001 101101

Color Harmonies of #ACB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB632

Black with #ACB632

Text Example


Text Example

White with #ACB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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