Html Css Color HEX #ACC332 Bahia

📋 copy color: '#ACC332'

red 172 ◦ green 195 ◦ blue 50

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

Shades of Bahia #ACC332

Tints of Bahia #ACC332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 41.25%
G = 46.76%
B = 11.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#ACC332 (or 0xACC332) is known color: Bahia. HEX triplet: AC, C3 and 32. RGB value is (172,195,50). Sum of RGB (Red+Green+Blue) = 172+195+50=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC332 is #533CCD. Grayscale: #ACACAC. Windows color (decimal): -5455054 or 3326892. OLE color: 3326892.

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

Color convert

RGB 172 195 50 -
CMYK 0.12 0 0.74 0.24
HSL 69.52º 0.59% 0.48% -
HSV(B) 69.52º 0.74% 0.76% -
XYZ 37.1 48.03 10.33 -
YUV 171.59 59.38 128.29 -
System Red Green Blue C M Y K H S L
Decimal 172 195 50 0.12 0 0.74 0.24 69.52 0.59 0.48
Hex AC C3 32 C 0 4A 18 46 3B 30
Octal 254 303 62 14 0 112 30 106 73 60
Binary 10101100 11000011 110010 1100 0 1001010 11000 1000110 111011 110000

Color Harmonies of #ACC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC332

Black with #ACC332

Text Example


Text Example

White with #ACC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC332; }

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

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

background-color css

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

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

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

border-color css

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

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

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