Html Css Color HEX #ACC632 Bahia

📋 copy color: '#ACC632'

red 172 ◦ green 198 ◦ blue 50

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

Shades of Bahia #ACC632

Tints of Bahia #ACC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 40.95%
G = 47.14%
B = 11.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#ACC632 (or 0xACC632) is known color: Bahia. HEX triplet: AC, C6 and 32. RGB value is (172,198,50). Sum of RGB (Red+Green+Blue) = 172+198+50=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC632 is #5339CD. Grayscale: #ADADAD. Windows color (decimal): -5454286 or 3327660. OLE color: 3327660.

HSL color Cylindrical-coordinate representation of color #ACC632: hue angle of 70.54º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACC632 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 50 -
CMYK 0.13 0 0.75 0.22
HSL 70.54º 0.6% 0.49% -
HSV(B) 70.54º 0.75% 0.78% -
XYZ 37.78 49.39 10.56 -
YUV 173.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 172 198 50 0.13 0 0.75 0.22 70.54 0.6 0.49
Hex AC C6 32 D 0 4B 16 47 3C 31
Octal 254 306 62 15 0 113 26 107 74 61
Binary 10101100 11000110 110010 1101 0 1001011 10110 1000111 111100 110001

Color Harmonies of #ACC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC632

Black with #ACC632

Text Example


Text Example

White with #ACC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC632; }

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

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

background-color css

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

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

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

border-color css

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

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

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