Html Css Color HEX #AEBA33 Bahia

📋 copy color: '#AEBA33'

red 174 ◦ green 186 ◦ blue 51

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

Shades of Bahia #AEBA33

Tints of Bahia #AEBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 42.34%
G = 45.26%
B = 12.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#AEBA33 (or 0xAEBA33) is known color: Bahia. HEX triplet: AE, BA and 33. RGB value is (174,186,51). Sum of RGB (Red+Green+Blue) = 174+186+51=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA33 is #5145CC. Grayscale: #A7A7A7. Windows color (decimal): -5326285 or 3390126. OLE color: 3390126.

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

Color convert

RGB 174 186 51 -
CMYK 0.06 0 0.73 0.27
HSL 65.33º 0.57% 0.46% -
HSV(B) 65.33º 0.73% 0.73% -
XYZ 35.61 44.36 9.82 -
YUV 167.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 174 186 51 0.06 0 0.73 0.27 65.33 0.57 0.46
Hex AE BA 33 6 0 49 1B 41 39 2E
Octal 256 272 63 6 0 111 33 101 71 56
Binary 10101110 10111010 110011 110 0 1001001 11011 1000001 111001 101110

Color Harmonies of #AEBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA33

Black with #AEBA33

Text Example


Text Example

White with #AEBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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