Html Css Color HEX #AECB28 Bahia

📋 copy color: '#AECB28'

red 174 ◦ green 203 ◦ blue 40

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

Shades of Bahia #AECB28

Tints of Bahia #AECB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 41.73%
G = 48.68%
B = 9.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#AECB28 (or 0xAECB28) is known color: Bahia. HEX triplet: AE, CB and 28. RGB value is (174,203,40). Sum of RGB (Red+Green+Blue) = 174+203+40=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB28 is #5134D7. Grayscale: #B0B0B0. Windows color (decimal): -5321944 or 2673582. OLE color: 2673582.

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

Color convert

RGB 174 203 40 -
CMYK 0.14 0 0.80 0.20
HSL 70.67º 0.67% 0.48% -
HSV(B) 70.67º 0.8% 0.8% -
XYZ 39.19 51.86 9.95 -
YUV 175.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 174 203 40 0.14 0 0.80 0.20 70.67 0.67 0.48
Hex AE CB 28 E 0 50 14 47 43 30
Octal 256 313 50 16 0 120 24 107 103 60
Binary 10101110 11001011 101000 1110 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #AECB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB28

Black with #AECB28

Text Example


Text Example

White with #AECB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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