Html Css Color HEX #ACC51C Bahia

📋 copy color: '#ACC51C'

red 172 ◦ green 197 ◦ blue 28

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

Shades of Bahia #ACC51C

Tints of Bahia #ACC51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 43.32%
G = 49.62%
B = 7.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#ACC51C (or 0xACC51C) is known color: Bahia. HEX triplet: AC, C5 and 1C. RGB value is (172,197,28). Sum of RGB (Red+Green+Blue) = 172+197+28=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51C is #533AE3. Grayscale: #AAAAAA. Windows color (decimal): -5454564 or 1885612. OLE color: 1885612.

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

Color convert

RGB 172 197 28 -
CMYK 0.13 0 0.86 0.23
HSL 68.88º 0.75% 0.44% -
HSV(B) 68.88º 0.86% 0.77% -
XYZ 37.19 48.79 8.56 -
YUV 170.26 47.72 129.24 -
System Red Green Blue C M Y K H S L
Decimal 172 197 28 0.13 0 0.86 0.23 68.88 0.75 0.44
Hex AC C5 1C D 0 56 17 45 4B 2C
Octal 254 305 34 15 0 126 27 105 113 54
Binary 10101100 11000101 11100 1101 0 1010110 10111 1000101 1001011 101100

Color Harmonies of #ACC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC51C

Black with #ACC51C

Text Example


Text Example

White with #ACC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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