Html Css Color HEX #AEC726 Bahia

📋 copy color: '#AEC726'

red 174 ◦ green 199 ◦ blue 38

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

Shades of Bahia #AEC726

Tints of Bahia #AEC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.25%

R = 42.34%
G = 48.42%
B = 9.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#AEC726 (or 0xAEC726) is known color: Bahia. HEX triplet: AE, C7 and 26. RGB value is (174,199,38). Sum of RGB (Red+Green+Blue) = 174+199+38=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC726 is #5138D9. Grayscale: #ADADAD. Windows color (decimal): -5322970 or 2541486. OLE color: 2541486.

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

Color convert

RGB 174 199 38 -
CMYK 0.13 0 0.81 0.22
HSL 69.32º 0.68% 0.46% -
HSV(B) 69.32º 0.81% 0.78% -
XYZ 38.23 49.99 9.47 -
YUV 173.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 174 199 38 0.13 0 0.81 0.22 69.32 0.68 0.46
Hex AE C7 26 D 0 51 16 45 44 2E
Octal 256 307 46 15 0 121 26 105 104 56
Binary 10101110 11000111 100110 1101 0 1010001 10110 1000101 1000100 101110

Color Harmonies of #AEC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC726

Black with #AEC726

Text Example


Text Example

White with #AEC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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