Html Css Color HEX #AEB613 Bahia

📋 copy color: '#AEB613'

red 174 ◦ green 182 ◦ blue 19

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

Shades of Bahia #AEB613

Tints of Bahia #AEB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.53%

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 46.4%
G = 48.53%
B = 5.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#AEB613 (or 0xAEB613) is known color: Bahia. HEX triplet: AE, B6 and 13. RGB value is (174,182,19). Sum of RGB (Red+Green+Blue) = 174+182+19=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB613 is #5149EC. Grayscale: #A1A1A1. Windows color (decimal): -5327341 or 1291950. OLE color: 1291950.

HSL color Cylindrical-coordinate representation of color #AEB613: hue angle of 62.94º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEB613 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 182 19 -
CMYK 0.04 0 0.90 0.29
HSL 62.94º 0.81% 0.39% -
HSV(B) 62.94º 0.9% 0.71% -
XYZ 34.3 42.5 7.01 -
YUV 161.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 174 182 19 0.04 0 0.90 0.29 62.94 0.81 0.39
Hex AE B6 13 4 0 5A 1D 3F 51 27
Octal 256 266 23 4 0 132 35 77 121 47
Binary 10101110 10110110 10011 100 0 1011010 11101 111111 1010001 100111

Color Harmonies of #AEB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB613

Black with #AEB613

Text Example


Text Example

White with #AEB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB613; }

 p { color: rgb(174,182,19); }

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

background-color css

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

 a { background-color: rgb(174,182,19); }

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

border-color css

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

 span { border-color: rgb(174,182,19); }

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