Html Css Color HEX #AECB21 Bahia

📋 copy color: '#AECB21'

red 174 ◦ green 203 ◦ blue 33

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

Shades of Bahia #AECB21

Tints of Bahia #AECB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.05%

R = 42.44%
G = 49.51%
B = 8.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#AECB21 (or 0xAECB21) is known color: Bahia. HEX triplet: AE, CB and 21. RGB value is (174,203,33). Sum of RGB (Red+Green+Blue) = 174+203+33=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB21 is #5134DE. Grayscale: #AFAFAF. Windows color (decimal): -5321951 or 2214830. OLE color: 2214830.

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

Color convert

RGB 174 203 33 -
CMYK 0.14 0 0.84 0.20
HSL 70.24º 0.72% 0.46% -
HSV(B) 70.24º 0.84% 0.8% -
XYZ 39.09 51.82 9.38 -
YUV 174.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 174 203 33 0.14 0 0.84 0.20 70.24 0.72 0.46
Hex AE CB 21 E 0 54 14 46 48 2E
Octal 256 313 41 16 0 124 24 106 110 56
Binary 10101110 11001011 100001 1110 0 1010100 10100 1000110 1001000 101110

Color Harmonies of #AECB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB21

Black with #AECB21

Text Example


Text Example

White with #AECB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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