Html Css Color HEX #AEB716 Bahia

📋 copy color: '#AEB716'

red 174 ◦ green 183 ◦ blue 22

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

Shades of Bahia #AEB716

Tints of Bahia #AEB716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 45.91%
G = 48.28%
B = 5.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#AEB716 (or 0xAEB716) is known color: Bahia. HEX triplet: AE, B7 and 16. RGB value is (174,183,22). Sum of RGB (Red+Green+Blue) = 174+183+22=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB716 is #5148E9. Grayscale: #A2A2A2. Windows color (decimal): -5327082 or 1488814. OLE color: 1488814.

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

Color convert

RGB 174 183 22 -
CMYK 0.05 0 0.88 0.28
HSL 63.35º 0.79% 0.4% -
HSV(B) 63.35º 0.88% 0.72% -
XYZ 34.53 42.92 7.22 -
YUV 161.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 174 183 22 0.05 0 0.88 0.28 63.35 0.79 0.4
Hex AE B7 16 5 0 58 1C 3F 4F 28
Octal 256 267 26 5 0 130 34 77 117 50
Binary 10101110 10110111 10110 101 0 1011000 11100 111111 1001111 101000

Color Harmonies of #AEB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB716

Black with #AEB716

Text Example


Text Example

White with #AEB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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