Html Css Color HEX #AECE2C Bahia

📋 copy color: '#AECE2C'

red 174 ◦ green 206 ◦ blue 44

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

Shades of Bahia #AECE2C

Tints of Bahia #AECE2C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 41.04%
G = 48.58%
B = 10.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#AECE2C (or 0xAECE2C) is known color: Bahia. HEX triplet: AE, CE and 2C. RGB value is (174,206,44). Sum of RGB (Red+Green+Blue) = 174+206+44=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE2C is #5131D3. Grayscale: #B2B2B2. Windows color (decimal): -5321172 or 2936494. OLE color: 2936494.

HSL color Cylindrical-coordinate representation of color #AECE2C: hue angle of 71.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AECE2C is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 44 -
CMYK 0.16 0 0.79 0.19
HSL 71.85º 0.65% 0.49% -
HSV(B) 71.85º 0.79% 0.81% -
XYZ 39.98 53.32 10.57 -
YUV 177.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 174 206 44 0.16 0 0.79 0.19 71.85 0.65 0.49
Hex AE CE 2C 10 0 4F 13 48 41 31
Octal 256 316 54 20 0 117 23 110 101 61
Binary 10101110 11001110 101100 10000 0 1001111 10011 1001000 1000001 110001

Color Harmonies of #AECE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE2C

Black with #AECE2C

Text Example


Text Example

White with #AECE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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