Html Css Color HEX #AEBA17 Bahia

📋 copy color: '#AEBA17'

red 174 ◦ green 186 ◦ blue 23

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

Shades of Bahia #AEBA17

Tints of Bahia #AEBA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 23 (9.38% from 255) = 6.01%

R = 45.43%
G = 48.56%
B = 6.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AEBA17 (or 0xAEBA17) is known color: Bahia. HEX triplet: AE, BA and 17. RGB value is (174,186,23). Sum of RGB (Red+Green+Blue) = 174+186+23=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA17 is #5145E8. Grayscale: #A4A4A4. Windows color (decimal): -5326313 or 1555118. OLE color: 1555118.

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

Color convert

RGB 174 186 23 -
CMYK 0.06 0 0.88 0.27
HSL 64.42º 0.78% 0.41% -
HSV(B) 64.42º 0.88% 0.73% -
XYZ 35.17 44.18 7.48 -
YUV 163.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 174 186 23 0.06 0 0.88 0.27 64.42 0.78 0.41
Hex AE BA 17 6 0 58 1B 40 4E 29
Octal 256 272 27 6 0 130 33 100 116 51
Binary 10101110 10111010 10111 110 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #AEBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA17

Black with #AEBA17

Text Example


Text Example

White with #AEBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA17; }

 p { color: rgb(174,186,23); }

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

background-color css

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

 a { background-color: rgb(174,186,23); }

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

border-color css

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

 span { border-color: rgb(174,186,23); }

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