Html Css Color HEX #ACC031 Bahia

📋 copy color: '#ACC031'

red 172 ◦ green 192 ◦ blue 49

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

Shades of Bahia #ACC031

Tints of Bahia #ACC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 41.65%
G = 46.49%
B = 11.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ACC031 (or 0xACC031) is known color: Bahia. HEX triplet: AC, C0 and 31. RGB value is (172,192,49). Sum of RGB (Red+Green+Blue) = 172+192+49=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC031 is #533FCE. Grayscale: #AAAAAA. Windows color (decimal): -5455823 or 3260588. OLE color: 3260588.

HSL color Cylindrical-coordinate representation of color #ACC031: hue angle of 68.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACC031 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 49 -
CMYK 0.10 0 0.74 0.25
HSL 68.39º 0.59% 0.47% -
HSV(B) 68.39º 0.74% 0.75% -
XYZ 36.42 46.69 10 -
YUV 169.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 172 192 49 0.10 0 0.74 0.25 68.39 0.59 0.47
Hex AC C0 31 A 0 4A 19 44 3B 2F
Octal 254 300 61 12 0 112 31 104 73 57
Binary 10101100 11000000 110001 1010 0 1001010 11001 1000100 111011 101111

Color Harmonies of #ACC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC031

Black with #ACC031

Text Example


Text Example

White with #ACC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC031; }

 p { color: rgb(172,192,49); }

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

background-color css

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

 a { background-color: rgb(172,192,49); }

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

border-color css

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

 span { border-color: rgb(172,192,49); }

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