Html Css Color HEX #AEB52D Bahia

📋 copy color: '#AEB52D'

red 174 ◦ green 181 ◦ blue 45

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

Shades of Bahia #AEB52D

Tints of Bahia #AEB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 43.5%
G = 45.25%
B = 11.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#AEB52D (or 0xAEB52D) is known color: Bahia. HEX triplet: AE, B5 and 2D. RGB value is (174,181,45). Sum of RGB (Red+Green+Blue) = 174+181+45=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB52D is #514AD2. Grayscale: #A3A3A3. Windows color (decimal): -5327571 or 2995630. OLE color: 2995630.

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

Color convert

RGB 174 181 45 -
CMYK 0.04 0 0.75 0.29
HSL 63.09º 0.6% 0.44% -
HSV(B) 63.09º 0.75% 0.71% -
XYZ 34.45 42.24 8.82 -
YUV 163.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 174 181 45 0.04 0 0.75 0.29 63.09 0.6 0.44
Hex AE B5 2D 4 0 4B 1D 3F 3C 2C
Octal 256 265 55 4 0 113 35 77 74 54
Binary 10101110 10110101 101101 100 0 1001011 11101 111111 111100 101100

Color Harmonies of #AEB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB52D

Black with #AEB52D

Text Example


Text Example

White with #AEB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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