Html Css Color HEX #AEB51D Bahia

📋 copy color: '#AEB51D'

red 174 ◦ green 181 ◦ blue 29

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

Shades of Bahia #AEB51D

Tints of Bahia #AEB51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 45.31%
G = 47.14%
B = 7.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#AEB51D (or 0xAEB51D) is known color: Bahia. HEX triplet: AE, B5 and 1D. RGB value is (174,181,29). Sum of RGB (Red+Green+Blue) = 174+181+29=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB51D is #514AE2. Grayscale: #A2A2A2. Windows color (decimal): -5327587 or 1947054. OLE color: 1947054.

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

Color convert

RGB 174 181 29 -
CMYK 0.04 0 0.84 0.29
HSL 62.76º 0.72% 0.41% -
HSV(B) 62.76º 0.84% 0.71% -
XYZ 34.2 42.14 7.49 -
YUV 161.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 174 181 29 0.04 0 0.84 0.29 62.76 0.72 0.41
Hex AE B5 1D 4 0 54 1D 3F 48 29
Octal 256 265 35 4 0 124 35 77 110 51
Binary 10101110 10110101 11101 100 0 1010100 11101 111111 1001000 101001

Color Harmonies of #AEB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB51D

Black with #AEB51D

Text Example


Text Example

White with #AEB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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