Html Css Color HEX #ACC526 Bahia

📋 copy color: '#ACC526'

red 172 ◦ green 197 ◦ blue 38

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

Shades of Bahia #ACC526

Tints of Bahia #ACC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 42.26%
G = 48.4%
B = 9.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ACC526 (or 0xACC526) is known color: Bahia. HEX triplet: AC, C5 and 26. RGB value is (172,197,38). Sum of RGB (Red+Green+Blue) = 172+197+38=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC526 is #533AD9. Grayscale: #ACACAC. Windows color (decimal): -5454554 or 2540972. OLE color: 2540972.

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

Color convert

RGB 172 197 38 -
CMYK 0.13 0 0.81 0.23
HSL 69.43º 0.68% 0.46% -
HSV(B) 69.43º 0.81% 0.77% -
XYZ 37.33 48.84 9.29 -
YUV 171.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 172 197 38 0.13 0 0.81 0.23 69.43 0.68 0.46
Hex AC C5 26 D 0 51 17 45 44 2E
Octal 254 305 46 15 0 121 27 105 104 56
Binary 10101100 11000101 100110 1101 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ACC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC526

Black with #ACC526

Text Example


Text Example

White with #ACC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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