Html Css Color HEX #AEC110 Bahia

📋 copy color: '#AEC110'

red 174 ◦ green 193 ◦ blue 16

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

Shades of Bahia #AEC110

Tints of Bahia #AEC110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 45.43%
G = 50.39%
B = 4.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AEC110 (or 0xAEC110) is known color: Bahia. HEX triplet: AE, C1 and 10. RGB value is (174,193,16). Sum of RGB (Red+Green+Blue) = 174+193+16=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC110 is #513EEF. Grayscale: #A7A7A7. Windows color (decimal): -5324528 or 1098158. OLE color: 1098158.

HSL color Cylindrical-coordinate representation of color #AEC110: hue angle of 66.44º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC110 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 16 -
CMYK 0.10 0 0.92 0.24
HSL 66.44º 0.85% 0.41% -
HSV(B) 66.44º 0.92% 0.76% -
XYZ 36.62 47.18 7.67 -
YUV 167.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 174 193 16 0.10 0 0.92 0.24 66.44 0.85 0.41
Hex AE C1 10 A 0 5C 18 42 55 29
Octal 256 301 20 12 0 134 30 102 125 51
Binary 10101110 11000001 10000 1010 0 1011100 11000 1000010 1010101 101001

Color Harmonies of #AEC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC110

Black with #AEC110

Text Example


Text Example

White with #AEC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC110; }

 p { color: rgb(174,193,16); }

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

background-color css

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

 a { background-color: rgb(174,193,16); }

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

border-color css

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

 span { border-color: rgb(174,193,16); }

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