Html Css Color HEX #AECC21 Bahia

📋 copy color: '#AECC21'

red 174 ◦ green 204 ◦ blue 33

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

Shades of Bahia #AECC21

Tints of Bahia #AECC21

RGB

 RED value IS 174 (68.36% from 255) = 42.34%

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

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

R = 42.34%
G = 49.64%
B = 8.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#AECC21 (or 0xAECC21) is known color: Bahia. HEX triplet: AE, CC and 21. RGB value is (174,204,33). Sum of RGB (Red+Green+Blue) = 174+204+33=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC21 is #5133DE. Grayscale: #B0B0B0. Windows color (decimal): -5321695 or 2215086. OLE color: 2215086.

HSL color Cylindrical-coordinate representation of color #AECC21: hue angle of 70.53º 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 #AECC21 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 33 -
CMYK 0.15 0 0.84 0.2
HSL 70.53º 0.72% 0.46% -
HSV(B) 70.53º 0.84% 0.8% -
XYZ 39.32 52.29 9.46 -
YUV 175.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 174 204 33 0.15 0 0.84 0.2 70.53 0.72 0.46
Hex AE CC 21 F 0 54 14 47 48 2E
Octal 256 314 41 17 0 124 24 107 110 56
Binary 10101110 11001100 100001 1111 0 1010100 10100 1000111 1001000 101110

Color Harmonies of #AECC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC21

Black with #AECC21

Text Example


Text Example

White with #AECC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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