Html Css Color HEX #AECB2A Bahia

📋 copy color: '#AECB2A'

red 174 ◦ green 203 ◦ blue 42

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

Shades of Bahia #AECB2A

Tints of Bahia #AECB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 41.53%
G = 48.45%
B = 10.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#AECB2A (or 0xAECB2A) is known color: Bahia. HEX triplet: AE, CB and 2A. RGB value is (174,203,42). Sum of RGB (Red+Green+Blue) = 174+203+42=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2A is #5134D5. Grayscale: #B0B0B0. Windows color (decimal): -5321942 or 2804654. OLE color: 2804654.

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

Color convert

RGB 174 203 42 -
CMYK 0.14 0 0.79 0.20
HSL 70.81º 0.66% 0.48% -
HSV(B) 70.81º 0.79% 0.8% -
XYZ 39.23 51.88 10.14 -
YUV 175.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 174 203 42 0.14 0 0.79 0.20 70.81 0.66 0.48
Hex AE CB 2A E 0 4F 14 47 42 30
Octal 256 313 52 16 0 117 24 107 102 60
Binary 10101110 11001011 101010 1110 0 1001111 10100 1000111 1000010 110000

Color Harmonies of #AECB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB2A

Black with #AECB2A

Text Example


Text Example

White with #AECB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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