Html Css Color HEX #AEBB2A Bahia

📋 copy color: '#AEBB2A'

red 174 ◦ green 187 ◦ blue 42

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

Shades of Bahia #AEBB2A

Tints of Bahia #AEBB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 43.18%
G = 46.4%
B = 10.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AEBB2A (or 0xAEBB2A) is known color: Bahia. HEX triplet: AE, BB and 2A. RGB value is (174,187,42). Sum of RGB (Red+Green+Blue) = 174+187+42=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB2A is #5144D5. Grayscale: #A7A7A7. Windows color (decimal): -5326038 or 2800558. OLE color: 2800558.

HSL color Cylindrical-coordinate representation of color #AEBB2A: hue angle of 65.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBB2A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 42 -
CMYK 0.07 0 0.78 0.27
HSL 65.38º 0.63% 0.45% -
HSV(B) 65.38º 0.78% 0.73% -
XYZ 35.64 44.71 8.94 -
YUV 166.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 174 187 42 0.07 0 0.78 0.27 65.38 0.63 0.45
Hex AE BB 2A 7 0 4E 1B 41 3F 2D
Octal 256 273 52 7 0 116 33 101 77 55
Binary 10101110 10111011 101010 111 0 1001110 11011 1000001 111111 101101

Color Harmonies of #AEBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB2A

Black with #AEBB2A

Text Example


Text Example

White with #AEBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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