Html Css Color HEX #AEBD1D Bahia

📋 copy color: '#AEBD1D'

red 174 ◦ green 189 ◦ blue 29

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

Shades of Bahia #AEBD1D

Tints of Bahia #AEBD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.21%

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

R = 44.39%
G = 48.21%
B = 7.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#AEBD1D (or 0xAEBD1D) is known color: Bahia. HEX triplet: AE, BD and 1D. RGB value is (174,189,29). Sum of RGB (Red+Green+Blue) = 174+189+29=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD1D is #5142E2. Grayscale: #A6A6A6. Windows color (decimal): -5325539 or 1949102. OLE color: 1949102.

HSL color Cylindrical-coordinate representation of color #AEBD1D: hue angle of 65.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEBD1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 29 -
CMYK 0.08 0 0.85 0.26
HSL 65.63º 0.73% 0.43% -
HSV(B) 65.63º 0.85% 0.74% -
XYZ 35.87 45.48 8.05 -
YUV 166.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 174 189 29 0.08 0 0.85 0.26 65.63 0.73 0.43
Hex AE BD 1D 8 0 55 1A 42 49 2B
Octal 256 275 35 10 0 125 32 102 111 53
Binary 10101110 10111101 11101 1000 0 1010101 11010 1000010 1001001 101011

Color Harmonies of #AEBD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD1D

Black with #AEBD1D

Text Example


Text Example

White with #AEBD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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