Html Css Color HEX #AEBB31 Bahia

📋 copy color: '#AEBB31'

red 174 ◦ green 187 ◦ blue 49

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

Shades of Bahia #AEBB31

Tints of Bahia #AEBB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 49 (19.53% from 255) = 11.95%

R = 42.44%
G = 45.61%
B = 11.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AEBB31 (or 0xAEBB31) is known color: Bahia. HEX triplet: AE, BB and 31. RGB value is (174,187,49). Sum of RGB (Red+Green+Blue) = 174+187+49=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB31 is #5144CE. Grayscale: #A7A7A7. Windows color (decimal): -5326031 or 3259310. OLE color: 3259310.

HSL color Cylindrical-coordinate representation of color #AEBB31: hue angle of 65.65º degrees, saturation: 0.58, 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 #AEBB31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 49 -
CMYK 0.07 0 0.74 0.27
HSL 65.65º 0.58% 0.46% -
HSV(B) 65.65º 0.74% 0.73% -
XYZ 35.78 44.76 9.66 -
YUV 167.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 174 187 49 0.07 0 0.74 0.27 65.65 0.58 0.46
Hex AE BB 31 7 0 4A 1B 42 3A 2E
Octal 256 273 61 7 0 112 33 102 72 56
Binary 10101110 10111011 110001 111 0 1001010 11011 1000010 111010 101110

Color Harmonies of #AEBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB31

Black with #AEBB31

Text Example


Text Example

White with #AEBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB31; }

 p { color: rgb(174,187,49); }

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

background-color css

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

 a { background-color: rgb(174,187,49); }

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

border-color css

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

 span { border-color: rgb(174,187,49); }

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