Html Css Color HEX #AEB918 Bahia

📋 copy color: '#AEB918'

red 174 ◦ green 185 ◦ blue 24

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

Shades of Bahia #AEB918

Tints of Bahia #AEB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.3%

 BLUE value IS 24 (9.77% from 255) = 6.27%

R = 45.43%
G = 48.3%
B = 6.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AEB918 (or 0xAEB918) is known color: Bahia. HEX triplet: AE, B9 and 18. RGB value is (174,185,24). Sum of RGB (Red+Green+Blue) = 174+185+24=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB918 is #5146E7. Grayscale: #A3A3A3. Windows color (decimal): -5326568 or 1620398. OLE color: 1620398.

HSL color Cylindrical-coordinate representation of color #AEB918: hue angle of 64.1º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEB918 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 24 -
CMYK 0.06 0 0.87 0.27
HSL 64.1º 0.77% 0.41% -
HSV(B) 64.1º 0.87% 0.73% -
XYZ 34.97 43.76 7.47 -
YUV 163.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 174 185 24 0.06 0 0.87 0.27 64.1 0.77 0.41
Hex AE B9 18 6 0 57 1B 40 4D 29
Octal 256 271 30 6 0 127 33 100 115 51
Binary 10101110 10111001 11000 110 0 1010111 11011 1000000 1001101 101001

Color Harmonies of #AEB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB918

Black with #AEB918

Text Example


Text Example

White with #AEB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB918; }

 p { color: rgb(174,185,24); }

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

background-color css

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

 a { background-color: rgb(174,185,24); }

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

border-color css

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

 span { border-color: rgb(174,185,24); }

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