Html Css Color HEX #ACB227 Bahia

📋 copy color: '#ACB227'

red 172 ◦ green 178 ◦ blue 39

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

Shades of Bahia #ACB227

Tints of Bahia #ACB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 44.22%
G = 45.76%
B = 10.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ACB227 (or 0xACB227) is known color: Bahia. HEX triplet: AC, B2 and 27. RGB value is (172,178,39). Sum of RGB (Red+Green+Blue) = 172+178+39=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB227 is #534DD8. Grayscale: #A0A0A0. Windows color (decimal): -5459417 or 2601644. OLE color: 2601644.

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

Color convert

RGB 172 178 39 -
CMYK 0.03 0 0.78 0.30
HSL 62.59º 0.64% 0.43% -
HSV(B) 62.59º 0.78% 0.7% -
XYZ 33.3 40.76 8.03 -
YUV 160.36 59.51 136.3 -
System Red Green Blue C M Y K H S L
Decimal 172 178 39 0.03 0 0.78 0.30 62.59 0.64 0.43
Hex AC B2 27 3 0 4E 1E 3F 40 2B
Octal 254 262 47 3 0 116 36 77 100 53
Binary 10101100 10110010 100111 11 0 1001110 11110 111111 1000000 101011

Color Harmonies of #ACB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB227

Black with #ACB227

Text Example


Text Example

White with #ACB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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