Html Css Color HEX #AEB721 Bahia

📋 copy color: '#AEB721'

red 174 ◦ green 183 ◦ blue 33

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

Shades of Bahia #AEB721

Tints of Bahia #AEB721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

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

R = 44.62%
G = 46.92%
B = 8.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#AEB721 (or 0xAEB721) is known color: Bahia. HEX triplet: AE, B7 and 21. RGB value is (174,183,33). Sum of RGB (Red+Green+Blue) = 174+183+33=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB721 is #5148DE. Grayscale: #A3A3A3. Windows color (decimal): -5327071 or 2209710. OLE color: 2209710.

HSL color Cylindrical-coordinate representation of color #AEB721: hue angle of 63.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEB721 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 33 -
CMYK 0.05 0 0.82 0.28
HSL 63.6º 0.69% 0.42% -
HSV(B) 63.6º 0.82% 0.72% -
XYZ 34.66 42.98 7.91 -
YUV 163.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 174 183 33 0.05 0 0.82 0.28 63.6 0.69 0.42
Hex AE B7 21 5 0 52 1C 40 45 2A
Octal 256 267 41 5 0 122 34 100 105 52
Binary 10101110 10110111 100001 101 0 1010010 11100 1000000 1000101 101010

Color Harmonies of #AEB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB721

Black with #AEB721

Text Example


Text Example

White with #AEB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB721; }

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

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

background-color css

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

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

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

border-color css

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

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

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