Html Css Color HEX #AACC21 Bahia

📋 copy color: '#AACC21'

red 170 ◦ green 204 ◦ blue 33

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

Shades of Bahia #AACC21

Tints of Bahia #AACC21

RGB

 RED value IS 170 (66.8% from 255) = 41.77%

 GREEN value IS 204 (80.08% from 255) = 50.12%

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

R = 41.77%
G = 50.12%
B = 8.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#AACC21 (or 0xAACC21) is known color: Bahia. HEX triplet: AA, CC and 21. RGB value is (170,204,33). Sum of RGB (Red+Green+Blue) = 170+204+33=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC21 is #5533DE. Grayscale: #AEAEAE. Windows color (decimal): -5583839 or 2215082. OLE color: 2215082.

HSL color Cylindrical-coordinate representation of color #AACC21: hue angle of 71.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AACC21 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 33 -
CMYK 0.17 0 0.84 0.2
HSL 71.93º 0.72% 0.46% -
HSV(B) 71.93º 0.84% 0.8% -
XYZ 38.44 51.84 9.42 -
YUV 174.34 48.24 124.9 -
System Red Green Blue C M Y K H S L
Decimal 170 204 33 0.17 0 0.84 0.2 71.93 0.72 0.46
Hex AA CC 21 11 0 54 14 48 48 2E
Octal 252 314 41 21 0 124 24 110 110 56
Binary 10101010 11001100 100001 10001 0 1010100 10100 1001000 1001000 101110

Color Harmonies of #AACC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC21

Black with #AACC21

Text Example


Text Example

White with #AACC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC21; }

 p { color: rgb(170,204,33); }

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

background-color css

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

 a { background-color: rgb(170,204,33); }

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

border-color css

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

 span { border-color: rgb(170,204,33); }

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