Html Css Color HEX #ACC628 Bahia

📋 copy color: '#ACC628'

red 172 ◦ green 198 ◦ blue 40

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

Shades of Bahia #ACC628

Tints of Bahia #ACC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 41.95%
G = 48.29%
B = 9.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ACC628 (or 0xACC628) is known color: Bahia. HEX triplet: AC, C6 and 28. RGB value is (172,198,40). Sum of RGB (Red+Green+Blue) = 172+198+40=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC628 is #5339D7. Grayscale: #ACACAC. Windows color (decimal): -5454296 or 2672300. OLE color: 2672300.

HSL color Cylindrical-coordinate representation of color #ACC628: hue angle of 69.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC628 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 40 -
CMYK 0.13 0 0.80 0.22
HSL 69.87º 0.66% 0.47% -
HSV(B) 69.87º 0.8% 0.78% -
XYZ 37.59 49.31 9.54 -
YUV 172.21 53.39 127.85 -
System Red Green Blue C M Y K H S L
Decimal 172 198 40 0.13 0 0.80 0.22 69.87 0.66 0.47
Hex AC C6 28 D 0 50 16 46 42 2F
Octal 254 306 50 15 0 120 26 106 102 57
Binary 10101100 11000110 101000 1101 0 1010000 10110 1000110 1000010 101111

Color Harmonies of #ACC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC628

Black with #ACC628

Text Example


Text Example

White with #ACC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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