Html Css Color HEX #ACB734 Bahia

📋 copy color: '#ACB734'

red 172 ◦ green 183 ◦ blue 52

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

Shades of Bahia #ACB734

Tints of Bahia #ACB734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.96%

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

R = 42.26%
G = 44.96%
B = 12.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ACB734 (or 0xACB734) is known color: Bahia. HEX triplet: AC, B7 and 34. RGB value is (172,183,52). Sum of RGB (Red+Green+Blue) = 172+183+52=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB734 is #5348CB. Grayscale: #A5A5A5. Windows color (decimal): -5458124 or 3454892. OLE color: 3454892.

HSL color Cylindrical-coordinate representation of color #ACB734: hue angle of 65.04º 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 #ACB734 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 52 -
CMYK 0.06 0 0.72 0.28
HSL 65.04º 0.56% 0.46% -
HSV(B) 65.04º 0.72% 0.72% -
XYZ 34.57 42.89 9.7 -
YUV 164.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 172 183 52 0.06 0 0.72 0.28 65.04 0.56 0.46
Hex AC B7 34 6 0 48 1C 41 38 2E
Octal 254 267 64 6 0 110 34 101 70 56
Binary 10101100 10110111 110100 110 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ACB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB734

Black with #ACB734

Text Example


Text Example

White with #ACB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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