Html Css Color HEX #AEC826 Bahia

📋 copy color: '#AEC826'

red 174 ◦ green 200 ◦ blue 38

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

Shades of Bahia #AEC826

Tints of Bahia #AEC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

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

R = 42.23%
G = 48.54%
B = 9.22%

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

#AEC826 (or 0xAEC826) is known color: Bahia. HEX triplet: AE, C8 and 26. RGB value is (174,200,38). Sum of RGB (Red+Green+Blue) = 174+200+38=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC826 is #5137D9. Grayscale: #AEAEAE. Windows color (decimal): -5322714 or 2541742. OLE color: 2541742.

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

Color convert

RGB 174 200 38 -
CMYK 0.13 0 0.81 0.22
HSL 69.63º 0.68% 0.47% -
HSV(B) 69.63º 0.81% 0.78% -
XYZ 38.46 50.45 9.54 -
YUV 173.76 51.39 128.17 -
System Red Green Blue C M Y K H S L
Decimal 174 200 38 0.13 0 0.81 0.22 69.63 0.68 0.47
Hex AE C8 26 D 0 51 16 46 44 2F
Octal 256 310 46 15 0 121 26 106 104 57
Binary 10101110 11001000 100110 1101 0 1010001 10110 1000110 1000100 101111

Color Harmonies of #AEC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC826

Black with #AEC826

Text Example


Text Example

White with #AEC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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