Html Css Color HEX #AEB714 Bahia

📋 copy color: '#AEB714'

red 174 ◦ green 183 ◦ blue 20

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

Shades of Bahia #AEB714

Tints of Bahia #AEB714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 46.15%
G = 48.54%
B = 5.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#AEB714 (or 0xAEB714) is known color: Bahia. HEX triplet: AE, B7 and 14. RGB value is (174,183,20). Sum of RGB (Red+Green+Blue) = 174+183+20=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB714 is #5148EB. Grayscale: #A2A2A2. Windows color (decimal): -5327084 or 1357742. OLE color: 1357742.

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

Color convert

RGB 174 183 20 -
CMYK 0.05 0 0.89 0.28
HSL 63.31º 0.8% 0.4% -
HSV(B) 63.31º 0.89% 0.72% -
XYZ 34.52 42.92 7.13 -
YUV 161.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 174 183 20 0.05 0 0.89 0.28 63.31 0.8 0.4
Hex AE B7 14 5 0 59 1C 3F 50 28
Octal 256 267 24 5 0 131 34 77 120 50
Binary 10101110 10110111 10100 101 0 1011001 11100 111111 1010000 101000

Color Harmonies of #AEB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB714

Black with #AEB714

Text Example


Text Example

White with #AEB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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