Html Css Color HEX #AEBB30 Bahia

📋 copy color: '#AEBB30'

red 174 ◦ green 187 ◦ blue 48

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

Shades of Bahia #AEBB30

Tints of Bahia #AEBB30

RGB

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

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

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

R = 42.54%
G = 45.72%
B = 11.74%

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

#AEBB30 (or 0xAEBB30) is known color: Bahia. HEX triplet: AE, BB and 30. RGB value is (174,187,48). Sum of RGB (Red+Green+Blue) = 174+187+48=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB30 is #5144CF. Grayscale: #A7A7A7. Windows color (decimal): -5326032 or 3193774. OLE color: 3193774.

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

Color convert

RGB 174 187 48 -
CMYK 0.07 0 0.74 0.27
HSL 65.61º 0.59% 0.46% -
HSV(B) 65.61º 0.74% 0.73% -
XYZ 35.76 44.75 9.55 -
YUV 167.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 174 187 48 0.07 0 0.74 0.27 65.61 0.59 0.46
Hex AE BB 30 7 0 4A 1B 42 3B 2E
Octal 256 273 60 7 0 112 33 102 73 56
Binary 10101110 10111011 110000 111 0 1001010 11011 1000010 111011 101110

Color Harmonies of #AEBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB30

Black with #AEBB30

Text Example


Text Example

White with #AEBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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