Html Css Color HEX #ACC52F Bahia

📋 copy color: '#ACC52F'

red 172 ◦ green 197 ◦ blue 47

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

Shades of Bahia #ACC52F

Tints of Bahia #ACC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 41.35%
G = 47.36%
B = 11.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ACC52F (or 0xACC52F) is known color: Bahia. HEX triplet: AC, C5 and 2F. RGB value is (172,197,47). Sum of RGB (Red+Green+Blue) = 172+197+47=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC52F is #533AD0. Grayscale: #ACACAC. Windows color (decimal): -5454545 or 3130796. OLE color: 3130796.

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

Color convert

RGB 172 197 47 -
CMYK 0.13 0 0.76 0.23
HSL 70º 0.61% 0.48% -
HSV(B) 70º 0.76% 0.77% -
XYZ 37.49 48.91 10.15 -
YUV 172.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 172 197 47 0.13 0 0.76 0.23 70 0.61 0.48
Hex AC C5 2F D 0 4C 17 46 3D 30
Octal 254 305 57 15 0 114 27 106 75 60
Binary 10101100 11000101 101111 1101 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ACC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC52F

Black with #ACC52F

Text Example


Text Example

White with #ACC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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