#BDDD61

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

Shades of Conifer #BDDD61

Tints of Conifer #BDDD61

Color information

#BDDD61 (or 0xBDDD61) is unknown color: approx Conifer. HEX triplet: BD, DD and 61. RGB value is (189,221,97). Sum of RGB (Red+Green+Blue) = 189+221+97=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD61 is #42229E. Grayscale: #C5C5C5. Windows color (decimal): -4334239 or 6413757. OLE color: 6413757.

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

Color convert

RGB18922197-
CMYK0.1400.560.13
HSL75.48º64.58%62.35%-
HSV(B)75.48º56.11%86.67%-
XYZ4963.3920.96-
YUV197.371.4122.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=37.28%
G=43.59%
B=19.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189221970.1400.560.1375.4864.5862.35
HexBDDD61E038D4b413e
Octal275335141160701511310176
Binary1011110111011101110000111100111000110110010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD61; }

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

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

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

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

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

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

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

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