Html Css Color HEX #ACC50C Bahia

📋 copy color: '#ACC50C'

red 172 ◦ green 197 ◦ blue 12

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

Shades of Bahia #ACC50C

Tints of Bahia #ACC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 45.14%
G = 51.71%
B = 3.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#ACC50C (or 0xACC50C) is known color: Bahia. HEX triplet: AC, C5 and 0C. RGB value is (172,197,12). Sum of RGB (Red+Green+Blue) = 172+197+12=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50C is #533AF3. Grayscale: #A9A9A9. Windows color (decimal): -5454580 or 837036. OLE color: 837036.

HSL color Cylindrical-coordinate representation of color #ACC50C: hue angle of 68.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC50C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 12 -
CMYK 0.13 0 0.94 0.23
HSL 68.11º 0.89% 0.41% -
HSV(B) 68.11º 0.94% 0.77% -
XYZ 37.05 48.73 7.8 -
YUV 168.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 172 197 12 0.13 0 0.94 0.23 68.11 0.89 0.41
Hex AC C5 C D 0 5E 17 44 59 29
Octal 254 305 14 15 0 136 27 104 131 51
Binary 10101100 11000101 1100 1101 0 1011110 10111 1000100 1011001 101001

Color Harmonies of #ACC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC50C

Black with #ACC50C

Text Example


Text Example

White with #ACC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC50C; }

 p { color: rgb(172,197,12); }

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

background-color css

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

 a { background-color: rgb(172,197,12); }

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

border-color css

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

 span { border-color: rgb(172,197,12); }

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