Html Css Color HEX #AECE21 Bahia

📋 copy color: '#AECE21'

red 174 ◦ green 206 ◦ blue 33

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

Shades of Bahia #AECE21

Tints of Bahia #AECE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

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

R = 42.13%
G = 49.88%
B = 7.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#AECE21 (or 0xAECE21) is known color: Bahia. HEX triplet: AE, CE and 21. RGB value is (174,206,33). Sum of RGB (Red+Green+Blue) = 174+206+33=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE21 is #5131DE. Grayscale: #B1B1B1. Windows color (decimal): -5321183 or 2215598. OLE color: 2215598.

HSL color Cylindrical-coordinate representation of color #AECE21: hue angle of 71.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AECE21 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 33 -
CMYK 0.16 0 0.84 0.19
HSL 71.1º 0.72% 0.47% -
HSV(B) 71.1º 0.84% 0.81% -
XYZ 39.8 53.25 9.62 -
YUV 176.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 174 206 33 0.16 0 0.84 0.19 71.1 0.72 0.47
Hex AE CE 21 10 0 54 13 47 48 2F
Octal 256 316 41 20 0 124 23 107 110 57
Binary 10101110 11001110 100001 10000 0 1010100 10011 1000111 1001000 101111

Color Harmonies of #AECE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE21

Black with #AECE21

Text Example


Text Example

White with #AECE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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