Html Css Color HEX #AEBB19 Bahia

📋 copy color: '#AEBB19'

red 174 ◦ green 187 ◦ blue 25

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

Shades of Bahia #AEBB19

Tints of Bahia #AEBB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.48%

R = 45.08%
G = 48.45%
B = 6.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AEBB19 (or 0xAEBB19) is known color: Bahia. HEX triplet: AE, BB and 19. RGB value is (174,187,25). Sum of RGB (Red+Green+Blue) = 174+187+25=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB19 is #5144E6. Grayscale: #A5A5A5. Windows color (decimal): -5326055 or 1686446. OLE color: 1686446.

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

Color convert

RGB 174 187 25 -
CMYK 0.07 0 0.87 0.27
HSL 64.81º 0.76% 0.42% -
HSV(B) 64.81º 0.87% 0.73% -
XYZ 35.4 44.61 7.66 -
YUV 164.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 174 187 25 0.07 0 0.87 0.27 64.81 0.76 0.42
Hex AE BB 19 7 0 57 1B 41 4C 2A
Octal 256 273 31 7 0 127 33 101 114 52
Binary 10101110 10111011 11001 111 0 1010111 11011 1000001 1001100 101010

Color Harmonies of #AEBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB19

Black with #AEBB19

Text Example


Text Example

White with #AEBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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