Html Css Color HEX #AECB2D Bahia

📋 copy color: '#AECB2D'

red 174 ◦ green 203 ◦ blue 45

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

Shades of Bahia #AECB2D

Tints of Bahia #AECB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.1%

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

R = 41.23%
G = 48.1%
B = 10.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#AECB2D (or 0xAECB2D) is known color: Bahia. HEX triplet: AE, CB and 2D. RGB value is (174,203,45). Sum of RGB (Red+Green+Blue) = 174+203+45=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2D is #5134D2. Grayscale: #B0B0B0. Windows color (decimal): -5321939 or 3001262. OLE color: 3001262.

HSL color Cylindrical-coordinate representation of color #AECB2D: hue angle of 71.01º 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 #AECB2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 45 -
CMYK 0.14 0 0.78 0.20
HSL 71.01º 0.64% 0.49% -
HSV(B) 71.01º 0.78% 0.8% -
XYZ 39.29 51.9 10.43 -
YUV 176.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 174 203 45 0.14 0 0.78 0.20 71.01 0.64 0.49
Hex AE CB 2D E 0 4E 14 47 40 31
Octal 256 313 55 16 0 116 24 107 100 61
Binary 10101110 11001011 101101 1110 0 1001110 10100 1000111 1000000 110001

Color Harmonies of #AECB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB2D

Black with #AECB2D

Text Example


Text Example

White with #AECB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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