Html Css Color HEX #AEB42D Bahia

📋 copy color: '#AEB42D'

red 174 ◦ green 180 ◦ blue 45

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

Shades of Bahia #AEB42D

Tints of Bahia #AEB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

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

R = 43.61%
G = 45.11%
B = 11.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#AEB42D (or 0xAEB42D) is known color: Bahia. HEX triplet: AE, B4 and 2D. RGB value is (174,180,45). Sum of RGB (Red+Green+Blue) = 174+180+45=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB42D is #514BD2. Grayscale: #A3A3A3. Windows color (decimal): -5327827 or 2995374. OLE color: 2995374.

HSL color Cylindrical-coordinate representation of color #AEB42D: hue angle of 62.67º 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 #AEB42D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 45 -
CMYK 0.03 0 0.75 0.29
HSL 62.67º 0.6% 0.44% -
HSV(B) 62.67º 0.75% 0.71% -
XYZ 34.25 41.83 8.75 -
YUV 162.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 174 180 45 0.03 0 0.75 0.29 62.67 0.6 0.44
Hex AE B4 2D 3 0 4B 1D 3F 3C 2C
Octal 256 264 55 3 0 113 35 77 74 54
Binary 10101110 10110100 101101 11 0 1001011 11101 111111 111100 101100

Color Harmonies of #AEB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB42D

Black with #AEB42D

Text Example


Text Example

White with #AEB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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