#BDDE67

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

Shades of Conifer #BDDE67

Tints of Conifer #BDDE67

Color information

#BDDE67 (or 0xBDDE67) is unknown color: approx Conifer. HEX triplet: BD, DE and 67. RGB value is (189,222,103). Sum of RGB (Red+Green+Blue) = 189+222+103=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE67 is #422198. Grayscale: #C7C7C7. Windows color (decimal): -4333977 or 6807229. OLE color: 6807229.

HSL color Cylindrical-coordinate representation of color #BDDE67: hue angle of 76.64º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDE67 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB189222103-
CMYK0.1500.540.13
HSL76.64º64.32%63.73%-
HSV(B)76.64º53.6%87.06%-
XYZ49.5664.0422.58-
YUV198.5774.07121.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 103 (40.62% from 255) = 20.04%
R=36.77%
G=43.19%
B=20.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221030.1500.540.1376.6464.3263.73
HexBDDE67F036D4d4040
Octal2753361471706615115100100
Binary10111101110111101100111111101101101101100110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE67; }

 p { color: rgb(189,222,103); }

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

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

 a { background-color: rgb(189,222,103); }

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

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

 span { border-color: rgb(189,222,103); }

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