Html Css Color HEX #AEBD2D Bahia

📋 copy color: '#AEBD2D'

red 174 ◦ green 189 ◦ blue 45

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

Shades of Bahia #AEBD2D

Tints of Bahia #AEBD2D

RGB

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

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

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

R = 42.65%
G = 46.32%
B = 11.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#AEBD2D (or 0xAEBD2D) is known color: Bahia. HEX triplet: AE, BD and 2D. RGB value is (174,189,45). Sum of RGB (Red+Green+Blue) = 174+189+45=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD2D is #5142D2. Grayscale: #A8A8A8. Windows color (decimal): -5325523 or 2997678. OLE color: 2997678.

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

Color convert

RGB 174 189 45 -
CMYK 0.08 0 0.76 0.26
HSL 66.25º 0.62% 0.46% -
HSV(B) 66.25º 0.76% 0.74% -
XYZ 36.13 45.58 9.38 -
YUV 168.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 174 189 45 0.08 0 0.76 0.26 66.25 0.62 0.46
Hex AE BD 2D 8 0 4C 1A 42 3E 2E
Octal 256 275 55 10 0 114 32 102 76 56
Binary 10101110 10111101 101101 1000 0 1001100 11010 1000010 111110 101110

Color Harmonies of #AEBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD2D

Black with #AEBD2D

Text Example


Text Example

White with #AEBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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