Html Css Color HEX #ACC032 Bahia

📋 copy color: '#ACC032'

red 172 ◦ green 192 ◦ blue 50

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

Shades of Bahia #ACC032

Tints of Bahia #ACC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 41.55%
G = 46.38%
B = 12.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ACC032 (or 0xACC032) is known color: Bahia. HEX triplet: AC, C0 and 32. RGB value is (172,192,50). Sum of RGB (Red+Green+Blue) = 172+192+50=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC032 is #533FCD. Grayscale: #AAAAAA. Windows color (decimal): -5455822 or 3326124. OLE color: 3326124.

HSL color Cylindrical-coordinate representation of color #ACC032: hue angle of 68.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACC032 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 50 -
CMYK 0.10 0 0.74 0.25
HSL 68.45º 0.59% 0.47% -
HSV(B) 68.45º 0.74% 0.75% -
XYZ 36.44 46.7 10.11 -
YUV 169.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 172 192 50 0.10 0 0.74 0.25 68.45 0.59 0.47
Hex AC C0 32 A 0 4A 19 44 3B 2F
Octal 254 300 62 12 0 112 31 104 73 57
Binary 10101100 11000000 110010 1010 0 1001010 11001 1000100 111011 101111

Color Harmonies of #ACC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC032

Black with #ACC032

Text Example


Text Example

White with #ACC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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