Html Css Color HEX #AEBE13 Bahia

📋 copy color: '#AEBE13'

red 174 ◦ green 190 ◦ blue 19

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

Shades of Bahia #AEBE13

Tints of Bahia #AEBE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.61%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 45.43%
G = 49.61%
B = 4.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#AEBE13 (or 0xAEBE13) is known color: Bahia. HEX triplet: AE, BE and 13. RGB value is (174,190,19). Sum of RGB (Red+Green+Blue) = 174+190+19=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBE13 is #5141EC. Grayscale: #A6A6A6. Windows color (decimal): -5325293 or 1293998. OLE color: 1293998.

HSL color Cylindrical-coordinate representation of color #AEBE13: hue angle of 65.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBE13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 19 -
CMYK 0.08 0 0.90 0.25
HSL 65.61º 0.82% 0.41% -
HSV(B) 65.61º 0.9% 0.75% -
XYZ 35.99 45.87 7.57 -
YUV 165.72 45.2 133.9 -
System Red Green Blue C M Y K H S L
Decimal 174 190 19 0.08 0 0.90 0.25 65.61 0.82 0.41
Hex AE BE 13 8 0 5A 19 42 52 29
Octal 256 276 23 10 0 132 31 102 122 51
Binary 10101110 10111110 10011 1000 0 1011010 11001 1000010 1010010 101001

Color Harmonies of #AEBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE13

Black with #AEBE13

Text Example


Text Example

White with #AEBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE13; }

 p { color: rgb(174,190,19); }

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

background-color css

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

 a { background-color: rgb(174,190,19); }

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

border-color css

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

 span { border-color: rgb(174,190,19); }

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