Html Css Color HEX #ACC621 Bahia

📋 copy color: '#ACC621'

red 172 ◦ green 198 ◦ blue 33

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

Shades of Bahia #ACC621

Tints of Bahia #ACC621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 42.68%
G = 49.13%
B = 8.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#ACC621 (or 0xACC621) is known color: Bahia. HEX triplet: AC, C6 and 21. RGB value is (172,198,33). Sum of RGB (Red+Green+Blue) = 172+198+33=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC621 is #5339DE. Grayscale: #ACACAC. Windows color (decimal): -5454303 or 2213548. OLE color: 2213548.

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

Color convert

RGB 172 198 33 -
CMYK 0.13 0 0.83 0.22
HSL 69.45º 0.71% 0.45% -
HSV(B) 69.45º 0.83% 0.78% -
XYZ 37.48 49.27 8.97 -
YUV 171.42 49.89 128.42 -
System Red Green Blue C M Y K H S L
Decimal 172 198 33 0.13 0 0.83 0.22 69.45 0.71 0.45
Hex AC C6 21 D 0 53 16 45 47 2D
Octal 254 306 41 15 0 123 26 105 107 55
Binary 10101100 11000110 100001 1101 0 1010011 10110 1000101 1000111 101101

Color Harmonies of #ACC621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC621

Black with #ACC621

Text Example


Text Example

White with #ACC621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC621; }

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

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

background-color css

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

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

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

border-color css

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

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

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