Html Css Color HEX #ACC231 Bahia

📋 copy color: '#ACC231'

red 172 ◦ green 194 ◦ blue 49

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

Shades of Bahia #ACC231

Tints of Bahia #ACC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.75%

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

R = 41.45%
G = 46.75%
B = 11.81%

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

#ACC231 (or 0xACC231) is known color: Bahia. HEX triplet: AC, C2 and 31. RGB value is (172,194,49). Sum of RGB (Red+Green+Blue) = 172+194+49=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC231 is #533DCE. Grayscale: #ABABAB. Windows color (decimal): -5455311 or 3261100. OLE color: 3261100.

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

Color convert

RGB 172 194 49 -
CMYK 0.11 0 0.75 0.24
HSL 69.1º 0.6% 0.48% -
HSV(B) 69.1º 0.75% 0.76% -
XYZ 36.86 47.58 10.15 -
YUV 170.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 172 194 49 0.11 0 0.75 0.24 69.1 0.6 0.48
Hex AC C2 31 B 0 4B 18 45 3C 30
Octal 254 302 61 13 0 113 30 105 74 60
Binary 10101100 11000010 110001 1011 0 1001011 11000 1000101 111100 110000

Color Harmonies of #ACC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC231

Black with #ACC231

Text Example


Text Example

White with #ACC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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