Html Css Color HEX #ACB727 Bahia

📋 copy color: '#ACB727'

red 172 ◦ green 183 ◦ blue 39

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

Shades of Bahia #ACB727

Tints of Bahia #ACB727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 43.65%
G = 46.45%
B = 9.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ACB727 (or 0xACB727) is known color: Bahia. HEX triplet: AC, B7 and 27. RGB value is (172,183,39). Sum of RGB (Red+Green+Blue) = 172+183+39=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB727 is #5348D8. Grayscale: #A3A3A3. Windows color (decimal): -5458137 or 2602924. OLE color: 2602924.

HSL color Cylindrical-coordinate representation of color #ACB727: hue angle of 64.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB727 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 39 -
CMYK 0.06 0 0.79 0.28
HSL 64.58º 0.65% 0.44% -
HSV(B) 64.58º 0.79% 0.72% -
XYZ 34.31 42.78 8.37 -
YUV 163.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 172 183 39 0.06 0 0.79 0.28 64.58 0.65 0.44
Hex AC B7 27 6 0 4F 1C 41 41 2C
Octal 254 267 47 6 0 117 34 101 101 54
Binary 10101100 10110111 100111 110 0 1001111 11100 1000001 1000001 101100

Color Harmonies of #ACB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB727

Black with #ACB727

Text Example


Text Example

White with #ACB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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