Html Css Color HEX #AEC210 Bahia

📋 copy color: '#AEC210'

red 174 ◦ green 194 ◦ blue 16

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

Shades of Bahia #AEC210

Tints of Bahia #AEC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.52%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 45.31%
G = 50.52%
B = 4.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AEC210 (or 0xAEC210) is known color: Bahia. HEX triplet: AE, C2 and 10. RGB value is (174,194,16). Sum of RGB (Red+Green+Blue) = 174+194+16=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC210 is #513DEF. Grayscale: #A8A8A8. Windows color (decimal): -5324272 or 1098414. OLE color: 1098414.

HSL color Cylindrical-coordinate representation of color #AEC210: hue angle of 66.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC210 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 16 -
CMYK 0.10 0 0.92 0.24
HSL 66.74º 0.85% 0.41% -
HSV(B) 66.74º 0.92% 0.76% -
XYZ 36.84 47.62 7.74 -
YUV 167.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 174 194 16 0.10 0 0.92 0.24 66.74 0.85 0.41
Hex AE C2 10 A 0 5C 18 43 55 29
Octal 256 302 20 12 0 134 30 103 125 51
Binary 10101110 11000010 10000 1010 0 1011100 11000 1000011 1010101 101001

Color Harmonies of #AEC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC210

Black with #AEC210

Text Example


Text Example

White with #AEC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC210; }

 p { color: rgb(174,194,16); }

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

background-color css

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

 a { background-color: rgb(174,194,16); }

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

border-color css

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

 span { border-color: rgb(174,194,16); }

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