Html Css Color HEX #AEC715 Bahia

📋 copy color: '#AEC715'

red 174 ◦ green 199 ◦ blue 21

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

Shades of Bahia #AEC715

Tints of Bahia #AEC715

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.51%

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 44.16%
G = 50.51%
B = 5.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#AEC715 (or 0xAEC715) is known color: Bahia. HEX triplet: AE, C7 and 15. RGB value is (174,199,21). Sum of RGB (Red+Green+Blue) = 174+199+21=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC715 is #5138EA. Grayscale: #ABABAB. Windows color (decimal): -5322987 or 1427374. OLE color: 1427374.

HSL color Cylindrical-coordinate representation of color #AEC715: hue angle of 68.43º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEC715 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 21 -
CMYK 0.13 0 0.89 0.22
HSL 68.43º 0.81% 0.43% -
HSV(B) 68.43º 0.89% 0.78% -
XYZ 38.01 49.9 8.34 -
YUV 171.23 43.22 129.97 -
System Red Green Blue C M Y K H S L
Decimal 174 199 21 0.13 0 0.89 0.22 68.43 0.81 0.43
Hex AE C7 15 D 0 59 16 44 51 2B
Octal 256 307 25 15 0 131 26 104 121 53
Binary 10101110 11000111 10101 1101 0 1011001 10110 1000100 1010001 101011

Color Harmonies of #AEC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC715

Black with #AEC715

Text Example


Text Example

White with #AEC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC715; }

 p { color: rgb(174,199,21); }

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

background-color css

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

 a { background-color: rgb(174,199,21); }

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

border-color css

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

 span { border-color: rgb(174,199,21); }

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