Html Css Color HEX #ACB834 Bahia

📋 copy color: '#ACB834'

red 172 ◦ green 184 ◦ blue 52

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

Shades of Bahia #ACB834

Tints of Bahia #ACB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 42.16%
G = 45.1%
B = 12.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ACB834 (or 0xACB834) is known color: Bahia. HEX triplet: AC, B8 and 34. RGB value is (172,184,52). Sum of RGB (Red+Green+Blue) = 172+184+52=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB834 is #5347CB. Grayscale: #A5A5A5. Windows color (decimal): -5457868 or 3455148. OLE color: 3455148.

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

Color convert

RGB 172 184 52 -
CMYK 0.07 0 0.72 0.28
HSL 65.45º 0.56% 0.46% -
HSV(B) 65.45º 0.72% 0.72% -
XYZ 34.77 43.3 9.77 -
YUV 165.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 172 184 52 0.07 0 0.72 0.28 65.45 0.56 0.46
Hex AC B8 34 7 0 48 1C 41 38 2E
Octal 254 270 64 7 0 110 34 101 70 56
Binary 10101100 10111000 110100 111 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ACB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB834

Black with #ACB834

Text Example


Text Example

White with #ACB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB834; }

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

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

background-color css

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

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

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

border-color css

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

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

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