Html Css Color HEX #AECC2D Bahia

📋 copy color: '#AECC2D'

red 174 ◦ green 204 ◦ blue 45

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

Shades of Bahia #AECC2D

Tints of Bahia #AECC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 41.13%
G = 48.23%
B = 10.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#AECC2D (or 0xAECC2D) is known color: Bahia. HEX triplet: AE, CC and 2D. RGB value is (174,204,45). Sum of RGB (Red+Green+Blue) = 174+204+45=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC2D is #5133D2. Grayscale: #B1B1B1. Windows color (decimal): -5321683 or 3001518. OLE color: 3001518.

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

Color convert

RGB 174 204 45 -
CMYK 0.15 0 0.78 0.2
HSL 71.32º 0.64% 0.49% -
HSV(B) 71.32º 0.78% 0.8% -
XYZ 39.52 52.37 10.51 -
YUV 176.9 53.56 125.93 -
System Red Green Blue C M Y K H S L
Decimal 174 204 45 0.15 0 0.78 0.2 71.32 0.64 0.49
Hex AE CC 2D F 0 4E 14 47 40 31
Octal 256 314 55 17 0 116 24 107 100 61
Binary 10101110 11001100 101101 1111 0 1001110 10100 1000111 1000000 110001

Color Harmonies of #AECC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC2D

Black with #AECC2D

Text Example


Text Example

White with #AECC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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