Html Css Color HEX #AEBA30 Bahia

📋 copy color: '#AEBA30'

red 174 ◦ green 186 ◦ blue 48

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

Shades of Bahia #AEBA30

Tints of Bahia #AEBA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.76%

R = 42.65%
G = 45.59%
B = 11.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AEBA30 (or 0xAEBA30) is known color: Bahia. HEX triplet: AE, BA and 30. RGB value is (174,186,48). Sum of RGB (Red+Green+Blue) = 174+186+48=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA30 is #5145CF. Grayscale: #A7A7A7. Windows color (decimal): -5326288 or 3193518. OLE color: 3193518.

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

Color convert

RGB 174 186 48 -
CMYK 0.06 0 0.74 0.27
HSL 65.22º 0.59% 0.46% -
HSV(B) 65.22º 0.74% 0.73% -
XYZ 35.55 44.33 9.48 -
YUV 166.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 174 186 48 0.06 0 0.74 0.27 65.22 0.59 0.46
Hex AE BA 30 6 0 4A 1B 41 3B 2E
Octal 256 272 60 6 0 112 33 101 73 56
Binary 10101110 10111010 110000 110 0 1001010 11011 1000001 111011 101110

Color Harmonies of #AEBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA30

Black with #AEBA30

Text Example


Text Example

White with #AEBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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