Html Css Color HEX #AEB52A Bahia

📋 copy color: '#AEB52A'

red 174 ◦ green 181 ◦ blue 42

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

Shades of Bahia #AEB52A

Tints of Bahia #AEB52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 43.83%
G = 45.59%
B = 10.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#AEB52A (or 0xAEB52A) is known color: Bahia. HEX triplet: AE, B5 and 2A. RGB value is (174,181,42). Sum of RGB (Red+Green+Blue) = 174+181+42=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB52A is #514AD5. Grayscale: #A3A3A3. Windows color (decimal): -5327574 or 2799022. OLE color: 2799022.

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

Color convert

RGB 174 181 42 -
CMYK 0.04 0 0.77 0.29
HSL 63.02º 0.62% 0.44% -
HSV(B) 63.02º 0.77% 0.71% -
XYZ 34.4 42.21 8.53 -
YUV 163.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 174 181 42 0.04 0 0.77 0.29 63.02 0.62 0.44
Hex AE B5 2A 4 0 4D 1D 3F 3E 2C
Octal 256 265 52 4 0 115 35 77 76 54
Binary 10101110 10110101 101010 100 0 1001101 11101 111111 111110 101100

Color Harmonies of #AEB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB52A

Black with #AEB52A

Text Example


Text Example

White with #AEB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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