Html Css Color HEX #AECC2C Bahia

📋 copy color: '#AECC2C'

red 174 ◦ green 204 ◦ blue 44

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

Shades of Bahia #AECC2C

Tints of Bahia #AECC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 41.23%
G = 48.34%
B = 10.43%

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

#AECC2C (or 0xAECC2C) is known color: Bahia. HEX triplet: AE, CC and 2C. RGB value is (174,204,44). Sum of RGB (Red+Green+Blue) = 174+204+44=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC2C is #5133D3. Grayscale: #B1B1B1. Windows color (decimal): -5321684 or 2935982. OLE color: 2935982.

HSL color Cylindrical-coordinate representation of color #AECC2C: hue angle of 71.25º degrees, saturation: 0.65, 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 #AECC2C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 44 -
CMYK 0.15 0 0.78 0.2
HSL 71.25º 0.65% 0.49% -
HSV(B) 71.25º 0.78% 0.8% -
XYZ 39.5 52.37 10.41 -
YUV 176.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 174 204 44 0.15 0 0.78 0.2 71.25 0.65 0.49
Hex AE CC 2C F 0 4E 14 47 41 31
Octal 256 314 54 17 0 116 24 107 101 61
Binary 10101110 11001100 101100 1111 0 1001110 10100 1000111 1000001 110001

Color Harmonies of #AECC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC2C

Black with #AECC2C

Text Example


Text Example

White with #AECC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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