#BDE169

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

Shades of Conifer #BDE169

Tints of Conifer #BDE169

Color information

#BDE169 (or 0xBDE169) is unknown color: approx Conifer. HEX triplet: BD, E1 and 69. RGB value is (189,225,105). Sum of RGB (Red+Green+Blue) = 189+225+105=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE169 is #421E96. Grayscale: #C9C9C9. Windows color (decimal): -4333207 or 6939069. OLE color: 6939069.

HSL color Cylindrical-coordinate representation of color #BDE169: hue angle of 78º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE169 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB189225105-
CMYK0.1600.530.12
HSL78º66.67%64.71%-
HSV(B)78º53.33%88.24%-
XYZ50.4665.6923.38-
YUV200.5674.07119.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 105 (41.41% from 255) = 20.23%
R=36.42%
G=43.35%
B=20.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251050.1600.530.127866.6764.71
HexBDE16910035C4e4341
Octal2753411512006514116103101
Binary101111011110000111010011000001101011100100111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE169; }

 p { color: rgb(189,225,105); }

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

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

 a { background-color: rgb(189,225,105); }

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

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

 span { border-color: rgb(189,225,105); }

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