#BDDD57

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

Shades of Conifer #BDDD57

Tints of Conifer #BDDD57

Color information

#BDDD57 (or 0xBDDD57) is unknown color: approx Conifer. HEX triplet: BD, DD and 57. RGB value is (189,221,87). Sum of RGB (Red+Green+Blue) = 189+221+87=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD57 is #4222A8. Grayscale: #C4C4C4. Windows color (decimal): -4334249 or 5758397. OLE color: 5758397.

HSL color Cylindrical-coordinate representation of color #BDDD57: hue angle of 74.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDDD57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB18922187-
CMYK0.1400.610.13
HSL74.33º66.34%60.39%-
HSV(B)74.33º60.63%86.67%-
XYZ48.5663.2218.66-
YUV196.1666.4122.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=38.03%
G=44.47%
B=17.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189221870.1400.610.1374.3366.3460.39
HexBDDD57E03DD4a423c
Octal275335127160751511210274
Binary1011110111011101101011111100111101110110010101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD57; }

 p { color: rgb(189,221,87); }

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

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

 a { background-color: rgb(189,221,87); }

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

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

 span { border-color: rgb(189,221,87); }

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