Html Css Color HEX #ACB634 Bahia

📋 copy color: '#ACB634'

red 172 ◦ green 182 ◦ blue 52

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

Shades of Bahia #ACB634

Tints of Bahia #ACB634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.81%

R = 42.36%
G = 44.83%
B = 12.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#ACB634 (or 0xACB634) is known color: Bahia. HEX triplet: AC, B6 and 34. RGB value is (172,182,52). Sum of RGB (Red+Green+Blue) = 172+182+52=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB634 is #5349CB. Grayscale: #A4A4A4. Windows color (decimal): -5458380 or 3454636. OLE color: 3454636.

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

Color convert

RGB 172 182 52 -
CMYK 0.05 0 0.71 0.29
HSL 64.62º 0.56% 0.46% -
HSV(B) 64.62º 0.71% 0.71% -
XYZ 34.36 42.47 9.64 -
YUV 164.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 172 182 52 0.05 0 0.71 0.29 64.62 0.56 0.46
Hex AC B6 34 5 0 47 1D 41 38 2E
Octal 254 266 64 5 0 107 35 101 70 56
Binary 10101100 10110110 110100 101 0 1000111 11101 1000001 111000 101110

Color Harmonies of #ACB634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB634

Black with #ACB634

Text Example


Text Example

White with #ACB634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB634; }

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

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

background-color css

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

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

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

border-color css

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

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

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