Html Css Color HEX #AEC31C Bahia

📋 copy color: '#AEC31C'

red 174 ◦ green 195 ◦ blue 28

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

Shades of Bahia #AEC31C

Tints of Bahia #AEC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 43.83%
G = 49.12%
B = 7.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#AEC31C (or 0xAEC31C) is known color: Bahia. HEX triplet: AE, C3 and 1C. RGB value is (174,195,28). Sum of RGB (Red+Green+Blue) = 174+195+28=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC31C is #513CE3. Grayscale: #AAAAAA. Windows color (decimal): -5324004 or 1885102. OLE color: 1885102.

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

Color convert

RGB 174 195 28 -
CMYK 0.11 0 0.86 0.24
HSL 67.54º 0.75% 0.44% -
HSV(B) 67.54º 0.86% 0.76% -
XYZ 37.18 48.11 8.43 -
YUV 169.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 174 195 28 0.11 0 0.86 0.24 67.54 0.75 0.44
Hex AE C3 1C B 0 56 18 44 4B 2C
Octal 256 303 34 13 0 126 30 104 113 54
Binary 10101110 11000011 11100 1011 0 1010110 11000 1000100 1001011 101100

Color Harmonies of #AEC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC31C

Black with #AEC31C

Text Example


Text Example

White with #AEC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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