Html Css Color HEX #AEB31D Bahia

📋 copy color: '#AEB31D'

red 174 ◦ green 179 ◦ blue 29

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

Shades of Bahia #AEB31D

Tints of Bahia #AEB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

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

R = 45.55%
G = 46.86%
B = 7.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#AEB31D (or 0xAEB31D) is known color: Bahia. HEX triplet: AE, B3 and 1D. RGB value is (174,179,29). Sum of RGB (Red+Green+Blue) = 174+179+29=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB31D is #514CE2. Grayscale: #A1A1A1. Windows color (decimal): -5328099 or 1946542. OLE color: 1946542.

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

Color convert

RGB 174 179 29 -
CMYK 0.03 0 0.84 0.30
HSL 62º 0.72% 0.41% -
HSV(B) 62º 0.84% 0.7% -
XYZ 33.8 41.33 7.36 -
YUV 160.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 174 179 29 0.03 0 0.84 0.30 62 0.72 0.41
Hex AE B3 1D 3 0 54 1E 3E 48 29
Octal 256 263 35 3 0 124 36 76 110 51
Binary 10101110 10110011 11101 11 0 1010100 11110 111110 1001000 101001

Color Harmonies of #AEB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB31D

Black with #AEB31D

Text Example


Text Example

White with #AEB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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