#AEBD2D

Color #AEBD2D Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEBD2D

Tints of Bahia #AEBD2D

Color information

#AEBD2D (or 0xAEBD2D) is unknown color: approx 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

RGB17418945-
CMYK0.0800.760.26
HSL66.25º61.54%45.88%-
HSV(B)66.25º76.19%74.12%-
XYZ36.1345.589.38-
YUV168.158.53132.21-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189450.0800.760.2666.2561.5445.88
HexAEBD2D804C1A423e2e
Octal25627555100114321027656
Binary1010111010111101101101100001001100110101000010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>