Html Css Color HEX #ACC326 Bahia

📋 copy color: '#ACC326'

red 172 ◦ green 195 ◦ blue 38

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

Shades of Bahia #ACC326

Tints of Bahia #ACC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

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

R = 42.47%
G = 48.15%
B = 9.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ACC326 (or 0xACC326) is known color: Bahia. HEX triplet: AC, C3 and 26. RGB value is (172,195,38). Sum of RGB (Red+Green+Blue) = 172+195+38=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC326 is #533CD9. Grayscale: #AAAAAA. Windows color (decimal): -5455066 or 2540460. OLE color: 2540460.

HSL color Cylindrical-coordinate representation of color #ACC326: hue angle of 68.79º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC326 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 38 -
CMYK 0.12 0 0.81 0.24
HSL 68.79º 0.67% 0.46% -
HSV(B) 68.79º 0.81% 0.76% -
XYZ 36.88 47.94 9.14 -
YUV 170.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 172 195 38 0.12 0 0.81 0.24 68.79 0.67 0.46
Hex AC C3 26 C 0 51 18 45 43 2E
Octal 254 303 46 14 0 121 30 105 103 56
Binary 10101100 11000011 100110 1100 0 1010001 11000 1000101 1000011 101110

Color Harmonies of #ACC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC326

Black with #ACC326

Text Example


Text Example

White with #ACC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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