#BDE069

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

Shades of Conifer #BDE069

Tints of Conifer #BDE069

Color information

#BDE069 (or 0xBDE069) is unknown color: approx Conifer. HEX triplet: BD, E0 and 69. RGB value is (189,224,105). Sum of RGB (Red+Green+Blue) = 189+224+105=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE069 is #421F96. Grayscale: #C8C8C8. Windows color (decimal): -4333463 or 6938813. OLE color: 6938813.

HSL color Cylindrical-coordinate representation of color #BDE069: hue angle of 77.65º degrees, saturation: 0.66, 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 #BDE069 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB189224105-
CMYK0.1600.530.12
HSL77.65º65.75%64.51%-
HSV(B)77.65º53.12%87.84%-
XYZ50.1965.1523.29-
YUV199.9774.4120.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=36.49%
G=43.24%
B=20.27%

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
Decimal1892241050.1600.530.1277.6565.7564.51
HexBDE06910035C4e4241
Octal2753401512006514116102101
Binary101111011110000011010011000001101011100100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE069; }

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

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

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

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

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

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

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

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