Html Css Color HEX #ACC131 Bahia

📋 copy color: '#ACC131'

red 172 ◦ green 193 ◦ blue 49

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

Shades of Bahia #ACC131

Tints of Bahia #ACC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.62%

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

R = 41.55%
G = 46.62%
B = 11.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ACC131 (or 0xACC131) is known color: Bahia. HEX triplet: AC, C1 and 31. RGB value is (172,193,49). Sum of RGB (Red+Green+Blue) = 172+193+49=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC131 is #533ECE. Grayscale: #AAAAAA. Windows color (decimal): -5455567 or 3260844. OLE color: 3260844.

HSL color Cylindrical-coordinate representation of color #ACC131: hue angle of 68.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACC131 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 49 -
CMYK 0.11 0 0.75 0.24
HSL 68.75º 0.6% 0.47% -
HSV(B) 68.75º 0.75% 0.76% -
XYZ 36.64 47.13 10.07 -
YUV 170.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 172 193 49 0.11 0 0.75 0.24 68.75 0.6 0.47
Hex AC C1 31 B 0 4B 18 45 3C 2F
Octal 254 301 61 13 0 113 30 105 74 57
Binary 10101100 11000001 110001 1011 0 1001011 11000 1000101 111100 101111

Color Harmonies of #ACC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC131

Black with #ACC131

Text Example


Text Example

White with #ACC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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