Html Css Color HEX #AECB1D Bahia

📋 copy color: '#AECB1D'

red 174 ◦ green 203 ◦ blue 29

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

Shades of Bahia #AECB1D

Tints of Bahia #AECB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 42.86%
G = 50%
B = 7.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#AECB1D (or 0xAECB1D) is known color: Bahia. HEX triplet: AE, CB and 1D. RGB value is (174,203,29). Sum of RGB (Red+Green+Blue) = 174+203+29=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB1D is #5134E2. Grayscale: #AFAFAF. Windows color (decimal): -5321955 or 1952686. OLE color: 1952686.

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

Color convert

RGB 174 203 29 -
CMYK 0.14 0 0.86 0.20
HSL 70º 0.75% 0.45% -
HSV(B) 70º 0.86% 0.8% -
XYZ 39.03 51.8 9.1 -
YUV 174.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 174 203 29 0.14 0 0.86 0.20 70 0.75 0.45
Hex AE CB 1D E 0 56 14 46 4B 2D
Octal 256 313 35 16 0 126 24 106 113 55
Binary 10101110 11001011 11101 1110 0 1010110 10100 1000110 1001011 101101

Color Harmonies of #AECB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB1D

Black with #AECB1D

Text Example


Text Example

White with #AECB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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