Html Css Color HEX #AEB220 Bahia

📋 copy color: '#AEB220'

red 174 ◦ green 178 ◦ blue 32

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

Shades of Bahia #AEB220

Tints of Bahia #AEB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 45.31%
G = 46.35%
B = 8.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#AEB220 (or 0xAEB220) is known color: Bahia. HEX triplet: AE, B2 and 20. RGB value is (174,178,32). Sum of RGB (Red+Green+Blue) = 174+178+32=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB220 is #514DDF. Grayscale: #A0A0A0. Windows color (decimal): -5328352 or 2142894. OLE color: 2142894.

HSL color Cylindrical-coordinate representation of color #AEB220: hue angle of 61.64º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEB220 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 32 -
CMYK 0.02 0 0.82 0.30
HSL 61.64º 0.7% 0.41% -
HSV(B) 61.64º 0.82% 0.7% -
XYZ 33.64 40.94 7.5 -
YUV 160.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 174 178 32 0.02 0 0.82 0.30 61.64 0.7 0.41
Hex AE B2 20 2 0 52 1E 3E 46 29
Octal 256 262 40 2 0 122 36 76 106 51
Binary 10101110 10110010 100000 10 0 1010010 11110 111110 1000110 101001

Color Harmonies of #AEB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB220

Black with #AEB220

Text Example


Text Example

White with #AEB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB220; }

 p { color: rgb(174,178,32); }

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

background-color css

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

 a { background-color: rgb(174,178,32); }

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

border-color css

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

 span { border-color: rgb(174,178,32); }

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