Html Css Color HEX #AEC213 Bahia

📋 copy color: '#AEC213'

red 174 ◦ green 194 ◦ blue 19

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

Shades of Bahia #AEC213

Tints of Bahia #AEC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 44.96%
G = 50.13%
B = 4.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#AEC213 (or 0xAEC213) is known color: Bahia. HEX triplet: AE, C2 and 13. RGB value is (174,194,19). Sum of RGB (Red+Green+Blue) = 174+194+19=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC213 is #513DEC. Grayscale: #A8A8A8. Windows color (decimal): -5324269 or 1295022. OLE color: 1295022.

HSL color Cylindrical-coordinate representation of color #AEC213: hue angle of 66.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC213 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 19 -
CMYK 0.10 0 0.90 0.24
HSL 66.86º 0.82% 0.42% -
HSV(B) 66.86º 0.9% 0.76% -
XYZ 36.86 47.63 7.87 -
YUV 168.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 174 194 19 0.10 0 0.90 0.24 66.86 0.82 0.42
Hex AE C2 13 A 0 5A 18 43 52 2A
Octal 256 302 23 12 0 132 30 103 122 52
Binary 10101110 11000010 10011 1010 0 1011010 11000 1000011 1010010 101010

Color Harmonies of #AEC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC213

Black with #AEC213

Text Example


Text Example

White with #AEC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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