Html Css Color HEX #AEB527 Bahia

📋 copy color: '#AEB527'

red 174 ◦ green 181 ◦ blue 39

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

Shades of Bahia #AEB527

Tints of Bahia #AEB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 44.16%
G = 45.94%
B = 9.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#AEB527 (or 0xAEB527) is known color: Bahia. HEX triplet: AE, B5 and 27. RGB value is (174,181,39). Sum of RGB (Red+Green+Blue) = 174+181+39=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB527 is #514AD8. Grayscale: #A3A3A3. Windows color (decimal): -5327577 or 2602414. OLE color: 2602414.

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

Color convert

RGB 174 181 39 -
CMYK 0.04 0 0.78 0.29
HSL 62.96º 0.65% 0.43% -
HSV(B) 62.96º 0.78% 0.71% -
XYZ 34.35 42.19 8.25 -
YUV 162.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 174 181 39 0.04 0 0.78 0.29 62.96 0.65 0.43
Hex AE B5 27 4 0 4E 1D 3F 41 2B
Octal 256 265 47 4 0 116 35 77 101 53
Binary 10101110 10110101 100111 100 0 1001110 11101 111111 1000001 101011

Color Harmonies of #AEB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB527

Black with #AEB527

Text Example


Text Example

White with #AEB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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