#BDDA5D

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

Shades of Conifer #BDDA5D

Tints of Conifer #BDDA5D

Color information

#BDDA5D (or 0xBDDA5D) is unknown color: approx Conifer. HEX triplet: BD, DA and 5D. RGB value is (189,218,93). Sum of RGB (Red+Green+Blue) = 189+218+93=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA5D is #4225A2. Grayscale: #C3C3C3. Windows color (decimal): -4335011 or 6150845. OLE color: 6150845.

HSL color Cylindrical-coordinate representation of color #BDDA5D: hue angle of 73.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDDA5D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB18921893-
CMYK0.1300.570.15
HSL73.92º62.81%60.98%-
HSV(B)73.92º57.34%85.49%-
XYZ48.0361.7519.74-
YUV195.0870.39123.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=37.8%
G=43.6%
B=18.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189218930.1300.570.1573.9262.8160.98
HexBDDA5DD039F4a3f3d
Octal27533213515071171127775
Binary101111011101101010111011101011100111111001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA5D; }

 p { color: rgb(189,218,93); }

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

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

 a { background-color: rgb(189,218,93); }

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

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

 span { border-color: rgb(189,218,93); }

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