Html Css Color HEX #ACB427 Bahia

📋 copy color: '#ACB427'

red 172 ◦ green 180 ◦ blue 39

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

Shades of Bahia #ACB427

Tints of Bahia #ACB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

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

R = 43.99%
G = 46.04%
B = 9.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ACB427 (or 0xACB427) is known color: Bahia. HEX triplet: AC, B4 and 27. RGB value is (172,180,39). Sum of RGB (Red+Green+Blue) = 172+180+39=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB427 is #534BD8. Grayscale: #A2A2A2. Windows color (decimal): -5458905 or 2602156. OLE color: 2602156.

HSL color Cylindrical-coordinate representation of color #ACB427: hue angle of 63.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB427 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 39 -
CMYK 0.04 0 0.78 0.29
HSL 63.4º 0.64% 0.43% -
HSV(B) 63.4º 0.78% 0.71% -
XYZ 33.7 41.56 8.17 -
YUV 161.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 172 180 39 0.04 0 0.78 0.29 63.4 0.64 0.43
Hex AC B4 27 4 0 4E 1D 3F 40 2B
Octal 254 264 47 4 0 116 35 77 100 53
Binary 10101100 10110100 100111 100 0 1001110 11101 111111 1000000 101011

Color Harmonies of #ACB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB427

Black with #ACB427

Text Example


Text Example

White with #ACB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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