Html Css Color HEX #AEC31D Bahia

📋 copy color: '#AEC31D'

red 174 ◦ green 195 ◦ blue 29

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

Shades of Bahia #AEC31D

Tints of Bahia #AEC31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 43.72%
G = 48.99%
B = 7.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AEC31D (or 0xAEC31D) is known color: Bahia. HEX triplet: AE, C3 and 1D. RGB value is (174,195,29). Sum of RGB (Red+Green+Blue) = 174+195+29=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC31D is #513CE2. Grayscale: #AAAAAA. Windows color (decimal): -5324003 or 1950638. OLE color: 1950638.

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

Color convert

RGB 174 195 29 -
CMYK 0.11 0 0.85 0.24
HSL 67.59º 0.74% 0.44% -
HSV(B) 67.59º 0.85% 0.76% -
XYZ 37.19 48.12 8.49 -
YUV 169.8 48.54 131 -
System Red Green Blue C M Y K H S L
Decimal 174 195 29 0.11 0 0.85 0.24 67.59 0.74 0.44
Hex AE C3 1D B 0 55 18 44 4A 2C
Octal 256 303 35 13 0 125 30 104 112 54
Binary 10101110 11000011 11101 1011 0 1010101 11000 1000100 1001010 101100

Color Harmonies of #AEC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC31D

Black with #AEC31D

Text Example


Text Example

White with #AEC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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