Html Css Color HEX #AEBA28 Bahia

📋 copy color: '#AEBA28'

red 174 ◦ green 186 ◦ blue 40

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

Shades of Bahia #AEBA28

Tints of Bahia #AEBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 40 (16.02% from 255) = 10%

R = 43.5%
G = 46.5%
B = 10%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AEBA28 (or 0xAEBA28) is known color: Bahia. HEX triplet: AE, BA and 28. RGB value is (174,186,40). Sum of RGB (Red+Green+Blue) = 174+186+40=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA28 is #5145D7. Grayscale: #A6A6A6. Windows color (decimal): -5326296 or 2669230. OLE color: 2669230.

HSL color Cylindrical-coordinate representation of color #AEBA28: hue angle of 64.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBA28 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 40 -
CMYK 0.06 0 0.78 0.27
HSL 64.93º 0.65% 0.44% -
HSV(B) 64.93º 0.78% 0.73% -
XYZ 35.4 44.27 8.69 -
YUV 165.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 174 186 40 0.06 0 0.78 0.27 64.93 0.65 0.44
Hex AE BA 28 6 0 4E 1B 41 41 2C
Octal 256 272 50 6 0 116 33 101 101 54
Binary 10101110 10111010 101000 110 0 1001110 11011 1000001 1000001 101100

Color Harmonies of #AEBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA28

Black with #AEBA28

Text Example


Text Example

White with #AEBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA28; }

 p { color: rgb(174,186,40); }

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

background-color css

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

 a { background-color: rgb(174,186,40); }

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

border-color css

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

 span { border-color: rgb(174,186,40); }

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