#BDE549

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

Shades of Conifer #BDE549

Tints of Conifer #BDE549

Color information

#BDE549 (or 0xBDE549) is unknown color: approx Conifer. HEX triplet: BD, E5 and 49. RGB value is (189,229,73). Sum of RGB (Red+Green+Blue) = 189+229+73=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE549 is #421AB6. Grayscale: #C7C7C7. Windows color (decimal): -4332215 or 4842941. OLE color: 4842941.

HSL color Cylindrical-coordinate representation of color #BDE549: hue angle of 75.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE549 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB18922973-
CMYK0.1700.680.10
HSL75.38º75%59.22%-
HSV(B)75.38º68.12%89.8%-
XYZ50.2167.3416.65-
YUV199.2656.75120.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 229 (89.84% from 255) = 46.64%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=38.49%
G=46.64%
B=14.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189229730.1700.680.1075.387559.22
HexBDE54911044A4b4b3b
Octal2753451112101041211311373
Binary101111011110010110010011000101000100101010010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE549; }

 p { color: rgb(189,229,73); }

 H1.HeaderClassName
 {
   color: #BDE549;
 }
 .AnyTagClassName
 {
   color: #BDE549;
 }
</style>
background-color css

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

 a { background-color: rgb(189,229,73); }

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

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

 span { border-color: rgb(189,229,73); }

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