Html Css Color HEX #AEC021 Bahia

📋 copy color: '#AEC021'

red 174 ◦ green 192 ◦ blue 33

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

Shades of Bahia #AEC021

Tints of Bahia #AEC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 43.61%
G = 48.12%
B = 8.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AEC021 (or 0xAEC021) is known color: Bahia. HEX triplet: AE, C0 and 21. RGB value is (174,192,33). Sum of RGB (Red+Green+Blue) = 174+192+33=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC021 is #513FDE. Grayscale: #A9A9A9. Windows color (decimal): -5324767 or 2212014. OLE color: 2212014.

HSL color Cylindrical-coordinate representation of color #AEC021: hue angle of 66.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEC021 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 33 -
CMYK 0.09 0 0.83 0.25
HSL 66.79º 0.71% 0.44% -
HSV(B) 66.79º 0.83% 0.75% -
XYZ 36.58 46.81 8.55 -
YUV 168.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 174 192 33 0.09 0 0.83 0.25 66.79 0.71 0.44
Hex AE C0 21 9 0 53 19 43 47 2C
Octal 256 300 41 11 0 123 31 103 107 54
Binary 10101110 11000000 100001 1001 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #AEC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC021

Black with #AEC021

Text Example


Text Example

White with #AEC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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