Html Css Color HEX #AEB51A Bahia

📋 copy color: '#AEB51A'

red 174 ◦ green 181 ◦ blue 26

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

Shades of Bahia #AEB51A

Tints of Bahia #AEB51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 45.67%
G = 47.51%
B = 6.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AEB51A (or 0xAEB51A) is known color: Bahia. HEX triplet: AE, B5 and 1A. RGB value is (174,181,26). Sum of RGB (Red+Green+Blue) = 174+181+26=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB51A is #514AE5. Grayscale: #A1A1A1. Windows color (decimal): -5327590 or 1750446. OLE color: 1750446.

HSL color Cylindrical-coordinate representation of color #AEB51A: hue angle of 62.71º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEB51A is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 26 -
CMYK 0.04 0 0.86 0.29
HSL 62.71º 0.75% 0.41% -
HSV(B) 62.71º 0.86% 0.71% -
XYZ 34.17 42.12 7.31 -
YUV 161.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 174 181 26 0.04 0 0.86 0.29 62.71 0.75 0.41
Hex AE B5 1A 4 0 56 1D 3F 4B 29
Octal 256 265 32 4 0 126 35 77 113 51
Binary 10101110 10110101 11010 100 0 1010110 11101 111111 1001011 101001

Color Harmonies of #AEB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB51A

Black with #AEB51A

Text Example


Text Example

White with #AEB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB51A; }

 p { color: rgb(174,181,26); }

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

background-color css

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

 a { background-color: rgb(174,181,26); }

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

border-color css

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

 span { border-color: rgb(174,181,26); }

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