Html Css Color HEX #AEC61C Bahia

📋 copy color: '#AEC61C'

red 174 ◦ green 198 ◦ blue 28

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

Shades of Bahia #AEC61C

Tints of Bahia #AEC61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 43.5%
G = 49.5%
B = 7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#AEC61C (or 0xAEC61C) is known color: Bahia. HEX triplet: AE, C6 and 1C. RGB value is (174,198,28). Sum of RGB (Red+Green+Blue) = 174+198+28=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC61C is #5139E3. Grayscale: #ACACAC. Windows color (decimal): -5323236 or 1885870. OLE color: 1885870.

HSL color Cylindrical-coordinate representation of color #AEC61C: hue angle of 68.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEC61C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 28 -
CMYK 0.12 0 0.86 0.22
HSL 68.47º 0.75% 0.44% -
HSV(B) 68.47º 0.86% 0.78% -
XYZ 37.86 49.47 8.65 -
YUV 171.44 47.05 129.82 -
System Red Green Blue C M Y K H S L
Decimal 174 198 28 0.12 0 0.86 0.22 68.47 0.75 0.44
Hex AE C6 1C C 0 56 16 44 4B 2C
Octal 256 306 34 14 0 126 26 104 113 54
Binary 10101110 11000110 11100 1100 0 1010110 10110 1000100 1001011 101100

Color Harmonies of #AEC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC61C

Black with #AEC61C

Text Example


Text Example

White with #AEC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC61C; }

 p { color: rgb(174,198,28); }

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

background-color css

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

 a { background-color: rgb(174,198,28); }

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

border-color css

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

 span { border-color: rgb(174,198,28); }

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