Html Css Color HEX #AECB2F Bahia

📋 copy color: '#AECB2F'

red 174 ◦ green 203 ◦ blue 47

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

Shades of Bahia #AECB2F

Tints of Bahia #AECB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 41.04%
G = 47.88%
B = 11.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#AECB2F (or 0xAECB2F) is known color: Bahia. HEX triplet: AE, CB and 2F. RGB value is (174,203,47). Sum of RGB (Red+Green+Blue) = 174+203+47=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2F is #5134D0. Grayscale: #B1B1B1. Windows color (decimal): -5321937 or 3132334. OLE color: 3132334.

HSL color Cylindrical-coordinate representation of color #AECB2F: hue angle of 71.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AECB2F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 47 -
CMYK 0.14 0 0.77 0.20
HSL 71.15º 0.62% 0.49% -
HSV(B) 71.15º 0.77% 0.8% -
XYZ 39.32 51.92 10.64 -
YUV 176.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 174 203 47 0.14 0 0.77 0.20 71.15 0.62 0.49
Hex AE CB 2F E 0 4D 14 47 3E 31
Octal 256 313 57 16 0 115 24 107 76 61
Binary 10101110 11001011 101111 1110 0 1001101 10100 1000111 111110 110001

Color Harmonies of #AECB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB2F

Black with #AECB2F

Text Example


Text Example

White with #AECB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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