Html Css Color HEX #ACC432 Bahia

📋 copy color: '#ACC432'

red 172 ◦ green 196 ◦ blue 50

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

Shades of Bahia #ACC432

Tints of Bahia #ACC432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

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

R = 41.15%
G = 46.89%
B = 11.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#ACC432 (or 0xACC432) is known color: Bahia. HEX triplet: AC, C4 and 32. RGB value is (172,196,50). Sum of RGB (Red+Green+Blue) = 172+196+50=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC432 is #533BCD. Grayscale: #ACACAC. Windows color (decimal): -5454798 or 3327148. OLE color: 3327148.

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

Color convert

RGB 172 196 50 -
CMYK 0.12 0 0.74 0.23
HSL 69.86º 0.59% 0.48% -
HSV(B) 69.86º 0.74% 0.77% -
XYZ 37.33 48.48 10.41 -
YUV 172.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 172 196 50 0.12 0 0.74 0.23 69.86 0.59 0.48
Hex AC C4 32 C 0 4A 17 46 3B 30
Octal 254 304 62 14 0 112 27 106 73 60
Binary 10101100 11000100 110010 1100 0 1001010 10111 1000110 111011 110000

Color Harmonies of #ACC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC432

Black with #ACC432

Text Example


Text Example

White with #ACC432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC432; }

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

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

background-color css

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

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

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

border-color css

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

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

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