Html Css Color HEX #AEBA1E Bahia

📋 copy color: '#AEBA1E'

red 174 ◦ green 186 ◦ blue 30

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

Shades of Bahia #AEBA1E

Tints of Bahia #AEBA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 44.62%
G = 47.69%
B = 7.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#AEBA1E (or 0xAEBA1E) is known color: Bahia. HEX triplet: AE, BA and 1E. RGB value is (174,186,30). Sum of RGB (Red+Green+Blue) = 174+186+30=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA1E is #5145E1. Grayscale: #A5A5A5. Windows color (decimal): -5326306 or 2013870. OLE color: 2013870.

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

Color convert

RGB 174 186 30 -
CMYK 0.06 0 0.84 0.27
HSL 64.62º 0.72% 0.42% -
HSV(B) 64.62º 0.84% 0.73% -
XYZ 35.25 44.21 7.9 -
YUV 164.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 174 186 30 0.06 0 0.84 0.27 64.62 0.72 0.42
Hex AE BA 1E 6 0 54 1B 41 48 2A
Octal 256 272 36 6 0 124 33 101 110 52
Binary 10101110 10111010 11110 110 0 1010100 11011 1000001 1001000 101010

Color Harmonies of #AEBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA1E

Black with #AEBA1E

Text Example


Text Example

White with #AEBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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