Html Css Color HEX #AEB21D Bahia

📋 copy color: '#AEB21D'

red 174 ◦ green 178 ◦ blue 29

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

Shades of Bahia #AEB21D

Tints of Bahia #AEB21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

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

R = 45.67%
G = 46.72%
B = 7.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#AEB21D (or 0xAEB21D) is known color: Bahia. HEX triplet: AE, B2 and 1D. RGB value is (174,178,29). Sum of RGB (Red+Green+Blue) = 174+178+29=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB21D is #514DE2. Grayscale: #A0A0A0. Windows color (decimal): -5328355 or 1946286. OLE color: 1946286.

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

Color convert

RGB 174 178 29 -
CMYK 0.02 0 0.84 0.30
HSL 61.61º 0.72% 0.41% -
HSV(B) 61.61º 0.84% 0.7% -
XYZ 33.6 40.93 7.29 -
YUV 159.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 174 178 29 0.02 0 0.84 0.30 61.61 0.72 0.41
Hex AE B2 1D 2 0 54 1E 3E 48 29
Octal 256 262 35 2 0 124 36 76 110 51
Binary 10101110 10110010 11101 10 0 1010100 11110 111110 1001000 101001

Color Harmonies of #AEB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB21D

Black with #AEB21D

Text Example


Text Example

White with #AEB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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