Html Css Color HEX #AECC1D Bahia

📋 copy color: '#AECC1D'

red 174 ◦ green 204 ◦ blue 29

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

Shades of Bahia #AECC1D

Tints of Bahia #AECC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.12%

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

R = 42.75%
G = 50.12%
B = 7.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#AECC1D (or 0xAECC1D) is known color: Bahia. HEX triplet: AE, CC and 1D. RGB value is (174,204,29). Sum of RGB (Red+Green+Blue) = 174+204+29=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC1D is #5133E2. Grayscale: #AFAFAF. Windows color (decimal): -5321699 or 1952942. OLE color: 1952942.

HSL color Cylindrical-coordinate representation of color #AECC1D: hue angle of 70.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECC1D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 29 -
CMYK 0.15 0 0.86 0.2
HSL 70.29º 0.75% 0.46% -
HSV(B) 70.29º 0.86% 0.8% -
XYZ 39.27 52.27 9.18 -
YUV 175.08 45.56 127.23 -
System Red Green Blue C M Y K H S L
Decimal 174 204 29 0.15 0 0.86 0.2 70.29 0.75 0.46
Hex AE CC 1D F 0 56 14 46 4B 2E
Octal 256 314 35 17 0 126 24 106 113 56
Binary 10101110 11001100 11101 1111 0 1010110 10100 1000110 1001011 101110

Color Harmonies of #AECC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC1D

Black with #AECC1D

Text Example


Text Example

White with #AECC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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